![]() |
MySQL 9.3.0
Source Code Documentation
|
Public Member Functions | |
template<typename ValueType > | |
void | handle_object_value (const std::string &key, const ValueType &vt) |
template<typename ValueType > | |
void | handle_array_value (const std::string &key, const ValueType &vt) |
template<typename ValueType > | |
void | handle_value (const ValueType &vt) |
bool | String (const Ch *v, rapidjson::SizeType v_len, bool) override |
bool | RawNumber (const Ch *v, rapidjson::SizeType v_len, bool) override |
enabled via kParseNumbersAsStringsFlag, string is not null-terminated (use length) More... | |
bool | Bool (bool v) override |
![]() | |
RapidReaderHandlerToStruct (const std::string &separator=".") | |
virtual | ~RapidReaderHandlerToStruct ()=default |
const mrs::interface::Options & | get_result () |
virtual bool | on_new_value () |
virtual bool | Null () |
virtual bool | Int (int) |
virtual bool | Uint (unsigned) |
virtual bool | Int64 (int64_t) |
virtual bool | Uint64 (uint64_t) |
virtual bool | Double (double) |
virtual void | empty_object () |
virtual void | empty_array () |
bool | StartObject () |
bool | EndObject (rapidjson::SizeType) |
bool | Key (const Ch *str, rapidjson::SizeType len, bool) |
bool | StartArray () |
bool | EndArray (rapidjson::SizeType) |
Additional Inherited Members | |
![]() | |
using | Handler = RapidReaderHandlerToStruct< mrs::interface::Options > |
using | Parent = rapidjson::BaseReaderHandler< rapidjson::UTF8<>, RapidReaderHandlerToStruct< mrs::interface::Options > > |
using | Ch = typename Parent::Ch |
using | Result = mrs::interface::Options |
![]() | |
constexpr static rapidjson::ParseFlag | k_parse_flags |
![]() | |
bool | is_object_path () |
bool | is_array_value () |
int | get_level () const |
std::string | get_current_key () const |
std::list< KeyValue > | get_keys () const |
![]() | |
mrs::interface::Options | result_ |
const std::string | separator_ |
|
inlineoverridevirtual |
Reimplemented from helper::json::RapidReaderHandlerToStruct< mrs::interface::Options >.
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
enabled via kParseNumbersAsStringsFlag, string is not null-terminated (use length)
Reimplemented from helper::json::RapidReaderHandlerToStruct< mrs::interface::Options >.
|
inlineoverridevirtual |
Reimplemented from helper::json::RapidReaderHandlerToStruct< mrs::interface::Options >.