CsEntityArrayBoundSpecifier Struct Reference

Array bounds specifier. More...

List of all members.

Public Member Functions

bool equal (CsEntityArrayBoundSpecifier rhs)

Static Public Member Functions

static bool operator< (CsEntityArrayBoundSpecifier lhs, CsEntityArrayBoundSpecifier rhs)
static bool operator> (CsEntityArrayBoundSpecifier lhs, CsEntityArrayBoundSpecifier rhs)

Public Attributes

int size
 Array size.
int low_bound
 Low bound of array.

Detailed Description

Array bounds specifier.


Member Function Documentation

bool equal ( CsEntityArrayBoundSpecifier  rhs  ) 
static bool operator< ( CsEntityArrayBoundSpecifier  lhs,
CsEntityArrayBoundSpecifier  rhs 
) [static]
static bool operator> ( CsEntityArrayBoundSpecifier  lhs,
CsEntityArrayBoundSpecifier  rhs 
) [static]

Member Data Documentation

int low_bound

Low bound of array.

int size

Array size.

© 2010 metaspec