|
static Type | ID (const bool) |
| Access to type information: bool. More...
|
|
static Type | ID (const char) |
| Access to type information: char. More...
|
|
static Type | ID (const short) |
| Access to type information: short. More...
|
|
static Type | ID (const int) |
| Access to type information: int. More...
|
|
static Type | ID (const long) |
| Access to type information: long. More...
|
|
static Type | ID (const long long) |
| Access to type information: long long. More...
|
|
static Type | ID (const unsigned char) |
| Access to type information: unsigned char. More...
|
|
static Type | ID (const unsigned short) |
| Access to type information: unsigned short. More...
|
|
static Type | ID (const unsigned int) |
| Access to type information: unsigned int. More...
|
|
static Type | ID (const unsigned long) |
| Access to type information: unsigned long. More...
|
|
static Type | ID (const unsigned long long) |
| Access to type information: unsigned long long. More...
|
|
static Type | ID (const float) |
| Access to type information: float. More...
|
|
static Type | ID (const double) |
| Access to type information: float. More...
|
|
static Type | ID (const std::string &) |
| Access to type information: std::string. More...
|
|
static Type | ID (const char *) |
| Access to type information: char* (NULL terminated) More...
|
|
static Type | ID (const IOpaqueAddress *) |
| Access to type information: IOpaqueAddress. More...
|
|
static Type | ID (const void *) |
| Access to type information: Pointers. More...
|
|
static Type | ID (const SmartRef< DataObject > &) |
| Access to type information: DataObject. More...
|
|
static Type | ID (const SmartRef< ContainedObject > &) |
| Access to type information: Contained object. More...
|
|
static Type | ID (const std::type_info &typ) |
| Access to type information: the reverse way. More...
|
|
static const std::type_info & | type (long typ) |
| Access to type information: the reverse way. More...
|
|
static long | size (long typ) |
| Access to type information: the reverse way. More...
|
|
static long | size (const std::type_info &typ) |
| Access to type information: the reverse way. More...
|
|
static int | copy (void *tar, const void *src, long typ, int numObj) |
| Copy data. More...
|
|
static std::string | name (long typ) |
|
static std::string | name (const std::type_info &typ) |
|
static Type | idByName (const std::string &typ) |
| Access to type information. More...
|
|
static const std::type_info & | typeByName (const std::string &typ) |
| Access to type information. More...
|
|