executeImp overloads

Synopses

Declared in <balxml_decoder.h>

Stub for nullable nillable parsing.

template<class TYPE>
int
executeImp(
    TYPE*,
    bdlat_TypeCategory::NullableValue);

Parse a customized nillable value into the specified object.

template<class TYPE>
int
executeImp(
    TYPE* object,
    bdlat_TypeCategory::CustomizedType);

Parse a dynamic nillable value into the specified object.

template<class TYPE>
int
executeImp(
    TYPE* object,
    bdlat_TypeCategory::DynamicType);

Dispatch nillable parsing for the specified category.

template<
    class TYPE,
    class ANY_CATEGORY>
int
executeImp(
    TYPE* object,
    ANY_CATEGORY);

Created with MrDocs