Function call operators
Declared in <balxml_decoder.h>
Parse simple sequence content into the specified object.
template<class INFO_TYPE>
int
operator()(
bsl::string* object,
INFO_TYPE const& info);
» more...
Parse the visited attribute or element described by info into object.
template<
class TYPE,
class INFO_TYPE>
int
operator()(
TYPE* object,
INFO_TYPE const& info);
» more...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | object being decoded |
| info | attribute or element metadata |