Function call operators

Synopses

Declared in <baljsn_jsontokenizer.h>

Process the specified array during visitation of a bdljsn::Json object.

void
operator()(bdljsn::JsonArray const& array) const;

Process the specified object during visitation of a bdljsn::Json object.

void
operator()(bdljsn::JsonObject const& object) const;

Same as the related overload above for operator().

template<class TYPE>
void
operator()(TYPE const& parameter) const;

Created with MrDocs