executeImp overloads
Declared in <balxml_decoder.h>
Stub for nullable nillable parsing.
template<class TYPE>
int
executeImp(
TYPE*,
bdlat_TypeCategory::NullableValue);
» more...
Parse a customized nillable value into the specified object.
template<class TYPE>
int
executeImp(
TYPE* object,
bdlat_TypeCategory::CustomizedType);
» more...
Parse a dynamic nillable value into the specified object.
template<class TYPE>
int
executeImp(
TYPE* object,
bdlat_TypeCategory::DynamicType);
» more...
Dispatch nillable parsing for the specified category.
template<
class TYPE,
class ANY_CATEGORY>
int
executeImp(
TYPE* object,
ANY_CATEGORY);
» more...