Concept for receiving events from GenericReader upon parsing. The functions return true if no error occurs. If they return false, the event publisher should terminate the process.
More...
#include <reader.h>
bool Null();
bool Int(int i);
bool Uint(unsigned i);
bool RawNumber(const
Ch* str,
SizeType length, bool copy);
bool String(const
Ch* str,
SizeType length, bool copy);
bool StartObject();
bool Key(const
Ch* str,
SizeType length, bool copy);
bool StartArray();
};
Concept for receiving events from GenericReader upon parsing. The functions return true if no error o...
RAPIDJSON_NAMESPACE_BEGIN typedef unsigned SizeType
Size type (for string lengths, array sizes, etc.)
unsigned __int64 uint64_t
The documentation for this class was generated from the following file:
- libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/reader.h