BDE 4.14.0 Production release
|
#include <balxml_decoder.h>
Public Member Functions | |
Decoder_ListParser () | |
int | beginParse (TYPE *object) |
int | endParse () |
template<class INPUT_ITERATOR > | |
int | pushCharacters (INPUT_ITERATOR begin, INPUT_ITERATOR end) |
COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.
This is a wrapper around ListParser<TYPE>
. The Decoder_PushParserContext
class needs a default constructible push parser. However, ListParser<TYPE>
is not default constructible - it requires an parseElementCallback
. This wrapper provides a default constructor that passes TypesParserUtil::parseDefault
as the callback.
See balxml_decoder
|
inline |
|
inline |
|
inline |
|
inline |