bdlat_customizedTypeConvertFromBaseType | Default customization-point implementation of convertFromBaseType. |
bdlat_customizedTypeConvertToBaseType | Return the base-type representation of the specified customized object. |
bdlat_customizedTypeCreateBaseAndConvert | Default customization-point implementation of createBaseAndConvert. |
convertFromBaseType | Convert from the specified value to the specified customized object. Return 0 if successful and non-zero otherwise. |
convertToBaseType | Load into the specified result the value of the specified object. |
createBaseAndConvert | Create an uninitialized value of the base type, apply the specified baseManipulator to it, then call the bdlat_CustomizedTypeFunctions::convertFromBaseType function with the specified object and the value. |