Quick Links:

bal | bbl | bdl | bsl

Functions

bdlat_TypeName_Overloadable Namespace Reference
[Component bdlat_typename]

Functions

template<class TYPE >
const char * bdlat_TypeName_className (const TYPE &object)
template<class TYPE >
const char * bdlat_TypeName_name (const TYPE &object)
template<class TYPE >
const char * bdlat_TypeName_xsdName (const TYPE &object, int format)

Function Documentation

template<class TYPE >
const char* bdlat_TypeName_Overloadable::bdlat_TypeName_className ( const TYPE &  object  ) 

Default implementation of className for the specified object.

template<class TYPE >
const char* bdlat_TypeName_Overloadable::bdlat_TypeName_name ( const TYPE &  object  ) 

Default implementation of name for the specified object.

template<class TYPE >
const char* bdlat_TypeName_Overloadable::bdlat_TypeName_xsdName ( const TYPE &  object,
int  format 
)

Default implementation of xsdName for the specified object and format.