Concept for receiving events from GenericReader upon parsing.
More...
Detailed Description
Concept for receiving events from GenericReader upon parsing.
concept Handler {
typename Ch;
void Null();
void Int(int i);
void Uint(unsigned i);
void Int64(int64_t i);
void Uint64(uint64_t i);
void Double(double d);
void StartObject();
void StartArray();
};
The documentation for this class was generated from the following file: