![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
#include <GaudiKernel/DataTypeInfo.h>
Public Types | |
enum | Type { UNKNOWN = 0, UCHAR, USHORT, UINT, ULONG, CHAR, SHORT, INT, LONG, BOOL, FLOAT, DOUBLE, STRING, NTCHAR, OBJECT_REF, CONTAINED_REF, POINTER, OBJECT_ADDR, LONG_STRING, LONG_NTCHAR, LONGLONG, ULONGLONG } |
Static Public Member Functions | |
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... | |
Private Member Functions | |
DataTypeInfo () | |
Small class which allows access to internal type IDs.
Definition at line 26 of file DataTypeInfo.h.
enum DataTypeInfo::Type |
Enumerator | |
---|---|
UNKNOWN | |
UCHAR | |
USHORT | |
UINT | |
ULONG | |
CHAR | |
SHORT | |
INT | |
LONG | |
BOOL | |
FLOAT | |
DOUBLE | |
STRING | |
NTCHAR | |
OBJECT_REF | |
CONTAINED_REF | |
POINTER | |
OBJECT_ADDR | |
LONG_STRING | |
LONG_NTCHAR | |
LONGLONG | |
ULONGLONG |
Definition at line 33 of file DataTypeInfo.h.
|
inlineprivate |
Definition at line 29 of file DataTypeInfo.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
Definition at line 159 of file DataTypeInfo.cpp.
|
static |
Definition at line 112 of file DataTypeInfo.cpp.
|
inlinestatic |
Access to type information: the reverse way.
Definition at line 238 of file DataTypeInfo.h.
|
inlinestatic |
|
inlinestatic |
|
static |