BloombergLP::balxml::Decoder_ParseObject_executeImpProxy::operator()

Function call operators

Synopses

Declared in <balxml_decoder.h>

Stub dispatch for an invalid category; always asserts and returns -1.

template<class TYPE>
int
operator()(
    TYPE*,
    bslmf::Nil);
» more...

Dispatch parsing to the held instance for the specified category.

template<
    class TYPE,
    class ANY_CATEGORY>
int
operator()(
    TYPE* object,
    ANY_CATEGORY category);
» more...