IdlHandler::IdlHandler |
( |
IDL_VPTR |
vptr | ) |
|
....................................................................... Constructor.
IdlHandler::~IdlHandler |
( |
| ) |
|
|
virtual |
....................................................................... Destructor.
IDL_VPTR IdlHandler::createArray |
( |
std::vector< unsigned > & |
dims, |
|
|
gcp::util::DataType::Type |
dataType, |
|
|
char ** |
data |
|
) |
| |
|
static |
....................................................................... Create an unassigned array of the requested type
IDL_VPTR IdlHandler::createString |
( |
std::string |
str | ) |
|
|
static |
....................................................................... Create a string
IDL_VPTR IdlHandler::createStructure |
( |
IdlStructDef & |
def, |
|
|
std::vector< unsigned > & |
dims, |
|
|
char ** |
data = 0 |
|
) |
| |
|
static |
....................................................................... Given a structure definition, create a structure
IDL_VPTR IdlHandler::createStructure |
( |
IdlStructDef & |
def, |
|
|
unsigned |
len = 1 , |
|
|
char ** |
data = 0 |
|
) |
| |
|
static |
....................................................................... Given a structure definition, create a structure
int IdlHandler::idlTypeOf |
( |
gcp::util::DataType::Type |
dataType | ) |
|
|
static |
....................................................................... Return the IDL type code that corresponds to the passsed DataType
The documentation for this class was generated from the following files:
- gcpCbass/idl/common/IdlHandler.h
- gcpCbass/idl/common/IdlHandler.cc