add_array() | helper::json::SerializerToText | inline |
add_member_impl(const char *key, Value &&value) | helper::json::SerializerToText | inlineprivate |
add_member_impl(const char *key, helper::Optional< Value > &value) | helper::json::SerializerToText | inlineprivate |
add_member_impl(const char *key, const helper::Optional< Value > &value) | helper::json::SerializerToText | inlineprivate |
add_member_impl(const char *key, const char *value, JsonType ct) | helper::json::SerializerToText | inlineprivate |
add_object() | helper::json::SerializerToText | inline |
add_value(const char *value, JsonType ct=JsonType::kString) | helper::json::SerializerToText | inline |
add_value(const char *value, uint32_t length, JsonType ct) | helper::json::SerializerToText | inline |
add_value(const rapidjson::Value &value) | helper::json::SerializerToText | inline |
bigint_encode_as_string_ | helper::json::SerializerToText | private |
flush() | helper::json::SerializerToText | inline |
get_raw(const char *value) | helper::json::SerializerToText | inlineprivate |
get_raw(const std::string &value) | helper::json::SerializerToText | inlineprivate |
get_raw(const bool value) | helper::json::SerializerToText | inlineprivate |
get_result() | helper::json::SerializerToText | inline |
member_add_array(const char *key) | helper::json::SerializerToText | inline |
member_add_null_value(const Str1 &key) | helper::json::SerializerToText | inline |
member_add_object(const char *key) | helper::json::SerializerToText | inline |
member_add_value(const Str1 &key, const Str2 &value, JsonType ct) | helper::json::SerializerToText | inline |
member_add_value(const Str1 &key, Value &&value) | helper::json::SerializerToText | inline |
member_add_value(const Str1 &key, const char *str, uint32_t len) | helper::json::SerializerToText | inline |
member_add_value(const Str1 &key, const char *str, uint32_t len, JsonType ct) | helper::json::SerializerToText | inline |
operator<<(const char *value) | helper::json::SerializerToText | inline |
operator<<(const std::string &value) | helper::json::SerializerToText | inline |
operator<<(const float value) | helper::json::SerializerToText | inline |
operator<<(const int value) | helper::json::SerializerToText | inline |
operator<<(const unsigned int value) | helper::json::SerializerToText | inline |
operator<<(const uint64_t value) | helper::json::SerializerToText | inline |
operator<<(const int64_t value) | helper::json::SerializerToText | inline |
operator<<(const bool value) | helper::json::SerializerToText | inline |
ostream_ | helper::json::SerializerToText | private |
SerializerToText(const bool bigint_encode_as_string=false) | helper::json::SerializerToText | inlineexplicit |
value_ | helper::json::SerializerToText | private |
writer_ | helper::json::SerializerToText | private |