IdlParser::IdlParser |
( |
IDL_VPTR |
vPtr | ) |
|
....................................................................... Constructor.
IdlParser::~IdlParser |
( |
| ) |
|
|
virtual |
Destructor.
....................................................................... Destructor.
unsigned IdlParser::getDimension |
( |
unsigned |
iDim | ) |
|
....................................................................... Return the number of elements in a dimension
std::vector< unsigned > IdlParser::getDimensions |
( |
| ) |
|
....................................................................... Return the vector of dimensions for this vPtr
double * IdlParser::getDoubleData |
( |
| ) |
|
....................................................................... Get a pointer to double data
int IdlParser::getNumberOfDimensions |
( |
| ) |
|
....................................................................... Return the dimensionality of an mxVPtr
unsigned IdlParser::getNumberOfTags |
( |
| ) |
|
....................................................................... Get the number of tags in this structure
IdlParser IdlParser::getTag |
( |
std::string |
tagName | ) |
|
....................................................................... Get info about a structure tag
std::vector< IdlParser > IdlParser::getTagList |
( |
| ) |
|
....................................................................... Get a list of all tags in this structure
bool IdlParser::isArray |
( |
| ) |
|
....................................................................... Return true if this variable is an array
bool IdlParser::isDouble |
( |
| ) |
|
....................................................................... Return true if this variable is of type double
bool IdlParser::isString |
( |
| ) |
|
....................................................................... Return true if this variable is of type string
bool IdlParser::isStruct |
( |
| ) |
|
....................................................................... Return true if this variable is of type struct
void IdlParser::printDimensions |
( |
| ) |
|
....................................................................... Print the dimensionality of this vPtr
The documentation for this class was generated from the following files:
- gcpCbass/idl/common/IdlParser.h
- gcpCbass/idl/common/IdlParser.cc