BloombergLP::balxml::Decoder_ParseAttribute::executeImp

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);
» more...

Parse a nullable value into the specified object.

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

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);
» more...