Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bdlat_customizedtypefunctions.h File Reference

Provide a namespace defining customized type functions. More...

Go to the source code of this file.

Classes

struct  bdlat_CustomizedTypeFunctions::IsCustomizedType< TYPE >
struct  bdlat_CustomizedTypeFunctions::BaseType< TYPE >
struct  bdlat_CustomizedTypeFunctions_Imp

Namespaces

namespace  bdlat_CustomizedTypeFunctions

Functions

template<class TYPE , class BASE_TYPE >
int bdlat_CustomizedTypeFunctions::convertFromBaseType (TYPE *object, const BASE_TYPE &value)
template<class TYPE >
const BaseType< TYPE >::Type & bdlat_CustomizedTypeFunctions::convertToBaseType (const TYPE &object)
template<class TYPE , class BASE_TYPE >
int bdlat_CustomizedTypeFunctions::bdlat_customizedTypeConvertFromBaseType (TYPE *object, const BASE_TYPE &value)
template<class TYPE >
const BaseType< TYPE >::Type & bdlat_CustomizedTypeFunctions::bdlat_customizedTypeConvertToBaseType (const TYPE &object)

Detailed Description