|
BDE 4.14.0 Production release
|
Functions | |
| template<class TYPE , class BASE_TYPE > | |
| int | convertFromBaseType (TYPE *object, const BASE_TYPE &value) |
| template<class TYPE > | |
| const BaseType< TYPE >::Type & | convertToBaseType (const TYPE &object) |
| template<class TYPE , class BASE_TYPE > | |
| int | bdlat_customizedTypeConvertFromBaseType (TYPE *object, const BASE_TYPE &value) |
| template<class TYPE > | |
| const BaseType< TYPE >::Type & | bdlat_customizedTypeConvertToBaseType (const TYPE &object) |
| int bdlat_CustomizedTypeFunctions::bdlat_customizedTypeConvertFromBaseType | ( | TYPE * | object, |
| const BASE_TYPE & | value | ||
| ) |
| const BaseType< TYPE >::Type & bdlat_CustomizedTypeFunctions::bdlat_customizedTypeConvertToBaseType | ( | const TYPE & | object | ) |
| int bdlat_CustomizedTypeFunctions::convertFromBaseType | ( | TYPE * | object, |
| const BASE_TYPE & | value | ||
| ) |
Convert from the specified value to the specified customized object. Return 0 if successful and non-zero otherwise.
| const BaseType< TYPE >::Type & bdlat_CustomizedTypeFunctions::convertToBaseType | ( | const TYPE & | object | ) |
Load into the specified result the value of the specified object.