executeImp overloads

Synopses

Declared in <balxml_decoder.h>

Parse a dynamic type into the specified object.

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

Parse a nullable value into the specified object.

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

Parse the visited value into the specified object using the specified category.

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

Created with MrDocs