casa
$Rev:20696$
|
The id-string of a value type. More...
#include <ValTypeId.h>
Public Member Functions | |
template<class T > | |
String | valDataTypeId (const T *) |
String | valDataTypeId (const Bool *obj) |
String | valDataTypeId (const Char *obj) |
String | valDataTypeId (const uChar *obj) |
String | valDataTypeId (const Short *obj) |
String | valDataTypeId (const uShort *obj) |
String | valDataTypeId (const Int *obj) |
String | valDataTypeId (const uInt *obj) |
String | valDataTypeId (const float *obj) |
String | valDataTypeId (const double *obj) |
String | valDataTypeId (const Complex *obj) |
String | valDataTypeId (const DComplex *obj) |
String | valDataTypeId (const String *obj) |
String | valDataTypeId (const TableRecord *obj) |
The id-string of a value type.
Public interface
The templated global functions valDataTypeId get the data type id string of the given type. For standard types this is the ValType data type string. For other types (i.e. classes) it is the result of the class dataTypeId function.
Definition at line 56 of file ValTypeId.h.
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const T * | ) | [inline] |
Definition at line 57 of file ValTypeId.h.
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const Bool * | obj | ) | [inline] |
Definition at line 59 of file ValTypeId.h.
References casa::ValType::getTypeStr().
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const Char * | obj | ) | [inline] |
Definition at line 61 of file ValTypeId.h.
References casa::ValType::getTypeStr().
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const uChar * | obj | ) | [inline] |
Definition at line 63 of file ValTypeId.h.
References casa::ValType::getTypeStr().
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const Short * | obj | ) | [inline] |
Definition at line 65 of file ValTypeId.h.
References casa::ValType::getTypeStr().
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const uShort * | obj | ) | [inline] |
Definition at line 67 of file ValTypeId.h.
References casa::ValType::getTypeStr().
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const Int * | obj | ) | [inline] |
Definition at line 69 of file ValTypeId.h.
References casa::ValType::getTypeStr().
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const uInt * | obj | ) | [inline] |
Definition at line 71 of file ValTypeId.h.
References casa::ValType::getTypeStr().
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const float * | obj | ) | [inline] |
Definition at line 73 of file ValTypeId.h.
References casa::ValType::getTypeStr().
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const double * | obj | ) | [inline] |
Definition at line 75 of file ValTypeId.h.
References casa::ValType::getTypeStr().
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const Complex * | obj | ) | [inline] |
Definition at line 77 of file ValTypeId.h.
References casa::ValType::getTypeStr().
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const DComplex * | obj | ) | [inline] |
Definition at line 79 of file ValTypeId.h.
References casa::ValType::getTypeStr().
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const String * | obj | ) | [inline] |
Definition at line 81 of file ValTypeId.h.
References casa::ValType::getTypeStr().
String casa::ValTypeId_global_functions_typeid::valDataTypeId | ( | const TableRecord * | obj | ) | [inline] |
Definition at line 83 of file ValTypeId.h.
References casa::ValType::getTypeStr().