ValTypeId.h

Classes

Global Functions -- The id-string of a value type (full description)

The id-string of a value type (source)

Interface

inline String valDataTypeId (const T*)
inline String valDataTypeId (const Bool* obj)
inline String valDataTypeId (const Char* obj)
inline String valDataTypeId (const uChar* obj)
inline String valDataTypeId (const Short* obj)
inline String valDataTypeId (const uShort* obj)
inline String valDataTypeId (const Int* obj)
inline String valDataTypeId (const uInt* obj)
inline String valDataTypeId (const float* obj)
inline String valDataTypeId (const double* obj)
inline String valDataTypeId (const Complex* obj)
inline String valDataTypeId (const DComplex* obj)
inline String valDataTypeId (const String* obj)
inline String valDataTypeId (const TableRecord* obj)

Description

Review Status

Reviewed By:
Friso Olnon
Date Reviewed:
1995/03/20

Prerequisite

Synopsis

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.

Member Description

inline String valDataTypeId (const T*)

inline String valDataTypeId (const Bool* obj)

inline String valDataTypeId (const Char* obj)

inline String valDataTypeId (const uChar* obj)

inline String valDataTypeId (const Short* obj)

inline String valDataTypeId (const uShort* obj)

inline String valDataTypeId (const Int* obj)

inline String valDataTypeId (const uInt* obj)

inline String valDataTypeId (const float* obj)

inline String valDataTypeId (const double* obj)

inline String valDataTypeId (const Complex* obj)

inline String valDataTypeId (const DComplex* obj)

inline String valDataTypeId (const String* obj)

inline String valDataTypeId (const TableRecord* obj)