![]() |
|
Default implementation of Handler. More...
#include <reader.h>
Inheritance diagram for rapidjson::BaseReaderHandler< Encoding >:Public Types | |
| typedef Encoding::Ch | Ch |
Public Member Functions | |
| void | Default () |
| void | Null_ () |
| void | Bool_ (bool) |
| void | Int (int) |
| void | Uint (unsigned) |
| void | Int64 (int64_t) |
| void | Uint64 (uint64_t) |
| void | Double (double) |
| void | String (const Ch *, SizeType, bool) |
| void | StartObject () |
| void | EndObject (SizeType) |
| void | StartArray () |
| void | EndArray (SizeType) |
Default implementation of Handler.
This can be used as base class of any reader handler.
| typedef Encoding::Ch rapidjson::BaseReaderHandler< Encoding >::Ch |
|
inline |
|
inline |
Referenced by rapidjson::BaseReaderHandler< Encoding >::Bool_(), rapidjson::BaseReaderHandler< Encoding >::Double(), rapidjson::BaseReaderHandler< Encoding >::EndArray(), rapidjson::BaseReaderHandler< Encoding >::EndObject(), rapidjson::BaseReaderHandler< Encoding >::Int(), rapidjson::BaseReaderHandler< Encoding >::Int64(), rapidjson::BaseReaderHandler< Encoding >::Null_(), rapidjson::BaseReaderHandler< Encoding >::StartArray(), rapidjson::BaseReaderHandler< Encoding >::StartObject(), rapidjson::BaseReaderHandler< Encoding >::String(), rapidjson::BaseReaderHandler< Encoding >::Uint(), and rapidjson::BaseReaderHandler< Encoding >::Uint64().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |