Concept for receiving events from GenericReader upon parsing.
More...
#include <reader.h>
Concept for receiving events from GenericReader upon parsing.
concept Handler {
typename Ch;
void Null();
void Int(int i);
void Uint(unsigned i);
void Uint64(uint64_t i);
void String(
const Ch* str,
SizeType length,
bool copy);
void StartObject();
void StartArray();
};
The documentation for this class was generated from the following file:
- persistence/rapidjson/include/rapidjson/reader.h