rapidjson::BaseReaderHandler< Encoding > Struct Template Reference

Default implementation of Handler. More...

#include <reader.h>

Public Types

typedef Encoding::Ch Ch
 

Public Member Functions

bool Default ()
 
bool Null ()
 
bool Bool (bool)
 
bool Int (int)
 
bool Uint (unsigned)
 
bool Int64 (int64_t)
 
bool Uint64 (uint64_t)
 
bool Double (double)
 
bool String (const Ch *, SizeType, bool)
 
bool StartObject ()
 
bool EndObject (SizeType)
 
bool StartArray ()
 
bool EndArray (SizeType)
 

Detailed Description

template<typename Encoding = UTF8<>>
struct rapidjson::BaseReaderHandler< Encoding >

Default implementation of Handler.

This can be used as base class of any reader handler.

Note
implements Handler concept

The documentation for this struct was generated from the following file: