Definition at line 15 of file json_reader.cpp.
◆ MyHandler()
◆ Bool()
bool ed::io::MyHandler::Bool |
( |
bool |
b | ) |
|
|
inline |
◆ Double()
bool ed::io::MyHandler::Double |
( |
double |
d | ) |
|
|
inline |
◆ EndArray()
bool ed::io::MyHandler::EndArray |
( |
rapidjson::SizeType |
| ) |
|
|
inline |
◆ EndObject()
bool ed::io::MyHandler::EndObject |
( |
rapidjson::SizeType |
| ) |
|
|
inline |
◆ Int()
bool ed::io::MyHandler::Int |
( |
int |
i | ) |
|
|
inline |
◆ Int64()
bool ed::io::MyHandler::Int64 |
( |
int64_t |
i | ) |
|
|
inline |
◆ Key()
bool ed::io::MyHandler::Key |
( |
const char * |
str, |
|
|
rapidjson::SizeType |
, |
|
|
bool |
|
|
) |
| |
|
inline |
◆ Null()
bool ed::io::MyHandler::Null |
( |
| ) |
|
|
inline |
◆ RawNumber()
bool ed::io::MyHandler::RawNumber |
( |
const char * |
str, |
|
|
rapidjson::SizeType |
, |
|
|
bool |
|
|
) |
| |
|
inline |
◆ StartArray()
bool ed::io::MyHandler::StartArray |
( |
| ) |
|
|
inline |
◆ StartObject()
bool ed::io::MyHandler::StartObject |
( |
| ) |
|
|
inline |
◆ String()
bool ed::io::MyHandler::String |
( |
const char * |
str, |
|
|
rapidjson::SizeType |
, |
|
|
bool |
|
|
) |
| |
|
inline |
◆ Uint()
bool ed::io::MyHandler::Uint |
( |
unsigned |
u | ) |
|
|
inline |
◆ Uint64()
bool ed::io::MyHandler::Uint64 |
( |
uint64_t |
u | ) |
|
|
inline |
◆ key
◆ stack
The documentation for this struct was generated from the following file: