BloombergLP::balxml::Decoder_ParseObject::executeArrayImp

Parse the visited array element into the specified object.

Synopses

Declared in <balxml_decoder.h>

Parse the visited array element into the specified object.

template<class TYPE>
int
executeArrayImp(
    TYPE* object,
    int formattingMode,
    CanBeListOrRepetition category);
» more...

Parse the visited array element into the specified object.

template<class TYPE>
int
executeArrayImp(
    TYPE* object,
    int formattingMode,
    CanBeRepetitionOnly category);
» more...

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
objectobject being decoded
formattingModeformatting mode for the element
categorybdlat type-category tag selecting this overload