BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bdlat_TypeName_Overloadable Namespace Reference

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

◆ bdlat_TypeName_className()

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

Default implementation of className for the specified object.

◆ bdlat_TypeName_name()

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

Default implementation of name for the specified object.

◆ bdlat_TypeName_xsdName()

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.