Parse the visited array element into the specified object.
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...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | object being decoded |
| formattingMode | formatting mode for the element |
| category | bdlat type-category tag selecting this overload |