C++ Actor Framework 0.19
Loading...
Searching...
No Matches
caf::json_value Member List

This is the complete list of members for caf::json_value, including all inherited members.

equal_to(const json_value &other) const noexceptcaf::json_value
inspectcaf::json_valuefriend
is_array() const noexceptcaf::json_value
is_bool() const noexceptcaf::json_value
is_double() const noexceptcaf::json_value
is_integer() const noexceptcaf::json_value
is_null() const noexceptcaf::json_value
is_number() const noexceptcaf::json_value
is_object() const noexceptcaf::json_value
is_string() const noexceptcaf::json_value
is_undefined() const noexceptcaf::json_value
is_unsigned() const noexceptcaf::json_value
json_value() noexceptcaf::json_value
json_value(const detail::json::value *val, detail::json::storage_ptr sptr) noexcept (defined in caf::json_value)caf::json_value
json_value(json_value &&) noexcept=default (defined in caf::json_value)caf::json_value
json_value(const json_value &) noexcept=default (defined in caf::json_value)caf::json_value
operator=(json_value &&) noexcept=default (defined in caf::json_value)caf::json_value
operator=(const json_value &) noexcept=default (defined in caf::json_value)caf::json_value
parse(std::string_view str)caf::json_valuestatic
parse_file(const char *path)caf::json_valuestatic
parse_file(const std::string &path)caf::json_valuestatic
parse_in_situ(std::string &str)caf::json_valuestatic
parse_shallow(std::string_view str)caf::json_valuestatic
print_to(Buffer &buf, size_t indentation_factor=0) constcaf::json_value
to_array() constcaf::json_value
to_array(json_array fallback) constcaf::json_value
to_bool(bool fallback=false) constcaf::json_value
to_double(double fallback=0.0) constcaf::json_value
to_integer(int64_t fallback=0) constcaf::json_value
to_object() constcaf::json_value
to_object(json_object fallback) constcaf::json_value
to_string() constcaf::json_value
to_string(std::string_view fallback) constcaf::json_value
to_string(const json_value &val) (defined in caf::json_value)caf::json_valuerelated
to_unsigned(uint64_t fallback=0) constcaf::json_value
undefined() noexceptcaf::json_valuestatic