EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nlohmann::basic_json Member List

This is the complete list of members for nlohmann::basic_json, including all inherited members.

::nlohmann::detail::binary_reader classnlohmann::basic_jsonfriend
::nlohmann::detail::binary_writer classnlohmann::basic_jsonfriend
::nlohmann::detail::iter_impl classnlohmann::basic_jsonfriend
::nlohmann::detail::json_sax_dom_callback_parser classnlohmann::basic_jsonfriend
::nlohmann::detail::json_sax_dom_parser classnlohmann::basic_jsonfriend
accept(detail::input_adapter &&i)nlohmann::basic_jsoninlinestatic
accept(IteratorType first, IteratorType last)nlohmann::basic_jsoninlinestatic
allocator_type typedefnlohmann::basic_json
array(initializer_list_t init={})nlohmann::basic_jsoninlinestatic
array_t typedefnlohmann::basic_json
assert_invariant() const noexceptnlohmann::basic_jsoninlineprivate
at(size_type idx)nlohmann::basic_jsoninline
at(size_type idx) const nlohmann::basic_jsoninline
at(const typename object_t::key_type &key)nlohmann::basic_jsoninline
at(const typename object_t::key_type &key) const nlohmann::basic_jsoninline
at(const json_pointer &ptr)nlohmann::basic_jsoninline
at(const json_pointer &ptr) const nlohmann::basic_jsoninline
back()nlohmann::basic_jsoninline
back() const nlohmann::basic_jsoninline
basic_json(const value_t v)nlohmann::basic_jsoninline
basic_json(std::nullptr_t=nullptr) noexceptnlohmann::basic_jsoninline
basic_json(CompatibleType &&val) noexcept(noexcept(JSONSerializer< U >nlohmann::basic_jsoninline
basic_json(const BasicJsonType &val)nlohmann::basic_jsoninline
basic_json(initializer_list_t init, bool type_deduction=true, value_t manual_type=value_t::array)nlohmann::basic_jsoninline
basic_json(size_type cnt, const basic_json &val)nlohmann::basic_jsoninline
basic_json(InputIT first, InputIT last)nlohmann::basic_jsoninline
basic_json(const JsonRef &ref)nlohmann::basic_jsoninline
basic_json(const basic_json &other)nlohmann::basic_jsoninline
basic_json(basic_json &&other) noexceptnlohmann::basic_jsoninline
basic_json_t typedefnlohmann::basic_jsonprivate
begin() noexceptnlohmann::basic_jsoninline
begin() const noexceptnlohmann::basic_jsoninline
binary_reader typedefnlohmann::basic_jsonprivate
binary_writer typedefnlohmann::basic_jsonprivate
boolean_t typedefnlohmann::basic_json
cbegin() const noexceptnlohmann::basic_jsoninline
cend() const noexceptnlohmann::basic_jsoninline
clear() noexceptnlohmann::basic_jsoninline
const_iterator typedefnlohmann::basic_json
const_pointer typedefnlohmann::basic_json
const_reference typedefnlohmann::basic_json
const_reverse_iterator typedefnlohmann::basic_json
contains(KeyT &&key) const nlohmann::basic_jsoninline
contains(const json_pointer &ptr) const nlohmann::basic_jsoninline
count(KeyT &&key) const nlohmann::basic_jsoninline
crbegin() const noexceptnlohmann::basic_jsoninline
create(Args &&...args)nlohmann::basic_jsoninlineprivatestatic
crend() const noexceptnlohmann::basic_jsoninline
detail::external_constructornlohmann::basic_jsonfriend
diff(const basic_json &source, const basic_json &target, const std::string &path="")nlohmann::basic_jsoninlinestatic
difference_type typedefnlohmann::basic_json
dump(const int indent=-1, const char indent_char= ' ', const bool ensure_ascii=false, const error_handler_t error_handler=error_handler_t::strict) const nlohmann::basic_jsoninline
emplace(Args &&...args)nlohmann::basic_jsoninline
emplace_back(Args &&...args)nlohmann::basic_jsoninline
empty() const noexceptnlohmann::basic_jsoninline
end() noexceptnlohmann::basic_jsoninline
end() const noexceptnlohmann::basic_jsoninline
erase(IteratorType pos)nlohmann::basic_jsoninline
erase(IteratorType first, IteratorType last)nlohmann::basic_jsoninline
erase(const typename object_t::key_type &key)nlohmann::basic_jsoninline
erase(const size_type idx)nlohmann::basic_jsoninline
error_handler_t typedefnlohmann::basic_json
exception typedefnlohmann::basic_json
find(KeyT &&key)nlohmann::basic_jsoninline
find(KeyT &&key) const nlohmann::basic_jsoninline
flatten() const nlohmann::basic_jsoninline
from_bson(detail::input_adapter &&i, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_bson(A1 &&a1, A2 &&a2, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_cbor(detail::input_adapter &&i, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_cbor(A1 &&a1, A2 &&a2, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_msgpack(detail::input_adapter &&i, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_msgpack(A1 &&a1, A2 &&a2, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_ubjson(detail::input_adapter &&i, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
from_ubjson(A1 &&a1, A2 &&a2, const bool strict=true, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
front()nlohmann::basic_jsoninline
front() const nlohmann::basic_jsoninline
get() const nlohmann::basic_jsoninline
get() const nlohmann::basic_jsoninline
get() const noexcept(noexcept(JSONSerializer< ValueType >nlohmann::basic_jsoninline
get() const noexcept(noexcept(JSONSerializer< ValueType >nlohmann::basic_jsoninline
get() noexcept-> decltype(std::declval< basic_json_t & >().template get_ptr< PointerType >())nlohmann::basic_jsoninline
get() const noexcept-> decltype(std::declval< const basic_json_t & >().template get_ptr< PointerType >())nlohmann::basic_jsoninline
get_allocator()nlohmann::basic_jsoninlinestatic
get_impl(boolean_t *) const nlohmann::basic_jsoninlineprivate
get_impl_ptr(object_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const object_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(array_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const array_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(string_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const string_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(boolean_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const boolean_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(number_integer_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const number_integer_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(number_unsigned_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const number_unsigned_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(number_float_t *) noexceptnlohmann::basic_jsoninlineprivate
get_impl_ptr(const number_float_t *) const noexceptnlohmann::basic_jsoninlineprivate
get_ptr() noexcept-> decltype(std::declval< basic_json_t & >().get_impl_ptr(std::declval< PointerType >()))nlohmann::basic_jsoninline
get_ptr() const noexcept-> decltype(std::declval< const basic_json_t & >().get_impl_ptr(std::declval< PointerType >()))nlohmann::basic_jsoninline
get_ref()nlohmann::basic_jsoninline
get_ref() const nlohmann::basic_jsoninline
get_ref_impl(ThisType &obj)nlohmann::basic_jsoninlineprivatestatic
get_to(ValueType &v) const noexcept(noexcept(JSONSerializer< ValueType >nlohmann::basic_jsoninline
get_to(T(&v)[N]) const noexcept(noexcept(JSONSerializer< Array >nlohmann::basic_jsoninline
initializer_list_t typedefnlohmann::basic_json
input_format_t typedefnlohmann::basic_json
insert(const_iterator pos, const basic_json &val)nlohmann::basic_jsoninline
insert(const_iterator pos, basic_json &&val)nlohmann::basic_jsoninline
insert(const_iterator pos, size_type cnt, const basic_json &val)nlohmann::basic_jsoninline
insert(const_iterator pos, const_iterator first, const_iterator last)nlohmann::basic_jsoninline
insert(const_iterator pos, initializer_list_t ilist)nlohmann::basic_jsoninline
insert(const_iterator first, const_iterator last)nlohmann::basic_jsoninline
insert_iterator(const_iterator pos, Args &&...args)nlohmann::basic_jsoninline
internal_iterator typedefnlohmann::basic_jsonprivate
invalid_iterator typedefnlohmann::basic_json
is_array() const noexceptnlohmann::basic_jsoninline
is_boolean() const noexceptnlohmann::basic_jsoninline
is_discarded() const noexceptnlohmann::basic_jsoninline
is_null() const noexceptnlohmann::basic_jsoninline
is_number() const noexceptnlohmann::basic_jsoninline
is_number_float() const noexceptnlohmann::basic_jsoninline
is_number_integer() const noexceptnlohmann::basic_jsoninline
is_number_unsigned() const noexceptnlohmann::basic_jsoninline
is_object() const noexceptnlohmann::basic_jsoninline
is_primitive() const noexceptnlohmann::basic_jsoninline
is_string() const noexceptnlohmann::basic_jsoninline
is_structured() const noexceptnlohmann::basic_jsoninline
items() noexceptnlohmann::basic_jsoninline
items() const noexceptnlohmann::basic_jsoninline
iter_impl typedefnlohmann::basic_jsonprivate
iteration_proxy typedefnlohmann::basic_jsonprivate
iterator typedefnlohmann::basic_json
iterator_wrapper(reference ref) noexceptnlohmann::basic_jsoninlinestatic
iterator_wrapper(const_reference ref) noexceptnlohmann::basic_jsoninlinestatic
json_pointer typedefnlohmann::basic_json
json_reverse_iterator typedefnlohmann::basic_jsonprivate
json_sax_t typedefnlohmann::basic_json
json_serializer typedefnlohmann::basic_json
lexer typedefnlohmann::basic_jsonprivate
m_typenlohmann::basic_jsonprivate
m_valuenlohmann::basic_jsonprivate
max_size() const noexceptnlohmann::basic_jsoninline
merge_patch(const basic_json &apply_patch)nlohmann::basic_jsoninline
meta()nlohmann::basic_jsoninlinestatic
number_float_t typedefnlohmann::basic_json
number_integer_t typedefnlohmann::basic_json
number_unsigned_t typedefnlohmann::basic_json
object(initializer_list_t init={})nlohmann::basic_jsoninlinestatic
object_comparator_t typedefnlohmann::basic_json
object_t typedefnlohmann::basic_json
operator value_t() const noexceptnlohmann::basic_jsoninline
operator ValueType() const nlohmann::basic_jsoninline
operator!=(const_reference lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator!=(const_reference lhs, const ScalarType rhs) noexceptnlohmann::basic_jsonfriend
operator!=(const ScalarType lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator+=(basic_json &&val)nlohmann::basic_jsoninline
operator+=(const basic_json &val)nlohmann::basic_jsoninline
operator+=(const typename object_t::value_type &val)nlohmann::basic_jsoninline
operator+=(initializer_list_t init)nlohmann::basic_jsoninline
operator<(const_reference lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator<(const_reference lhs, const ScalarType rhs) noexceptnlohmann::basic_jsonfriend
operator<(const ScalarType lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator<<(std::ostream &o, const basic_json &j)nlohmann::basic_jsonfriend
operator<<(basic_json &j, std::istream &i)nlohmann::basic_jsonfriend
operator<=(const_reference lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator<=(const_reference lhs, const ScalarType rhs) noexceptnlohmann::basic_jsonfriend
operator<=(const ScalarType lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator=(basic_json other) noexcept(stdnlohmann::basic_jsoninline
operator==(const_reference lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator==(const_reference lhs, const ScalarType rhs) noexceptnlohmann::basic_jsonfriend
operator==(const ScalarType lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator>(const_reference lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator>(const_reference lhs, const ScalarType rhs) noexceptnlohmann::basic_jsonfriend
operator>(const ScalarType lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator>=(const_reference lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator>=(const_reference lhs, const ScalarType rhs) noexceptnlohmann::basic_jsonfriend
operator>=(const ScalarType lhs, const_reference rhs) noexceptnlohmann::basic_jsonfriend
operator>>(const basic_json &j, std::ostream &o)nlohmann::basic_jsonfriend
operator>>(std::istream &i, basic_json &j)nlohmann::basic_jsonfriend
operator[](size_type idx)nlohmann::basic_jsoninline
operator[](size_type idx) const nlohmann::basic_jsoninline
operator[](const typename object_t::key_type &key)nlohmann::basic_jsoninline
operator[](const typename object_t::key_type &key) const nlohmann::basic_jsoninline
operator[](T *key)nlohmann::basic_jsoninline
operator[](T *key) const nlohmann::basic_jsoninline
operator[](const json_pointer &ptr)nlohmann::basic_jsoninline
operator[](const json_pointer &ptr) const nlohmann::basic_jsoninline
other_error typedefnlohmann::basic_json
out_of_range typedefnlohmann::basic_json
output_adapter_t typedefnlohmann::basic_jsonprivate
parse(detail::input_adapter &&i, const parser_callback_t cb=nullptr, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
parse(IteratorType first, IteratorType last, const parser_callback_t cb=nullptr, const bool allow_exceptions=true)nlohmann::basic_jsoninlinestatic
parse_error typedefnlohmann::basic_json
parse_event_t typedefnlohmann::basic_json
parser typedefnlohmann::basic_jsonprivate
parser_callback_t typedefnlohmann::basic_json
patch(const basic_json &json_patch) const nlohmann::basic_jsoninline
pointer typedefnlohmann::basic_json
primitive_iterator_t typedefnlohmann::basic_jsonprivate
push_back(basic_json &&val)nlohmann::basic_jsoninline
push_back(const basic_json &val)nlohmann::basic_jsoninline
push_back(const typename object_t::value_type &val)nlohmann::basic_jsoninline
push_back(initializer_list_t init)nlohmann::basic_jsoninline
rbegin() noexceptnlohmann::basic_jsoninline
rbegin() const noexceptnlohmann::basic_jsoninline
reference typedefnlohmann::basic_json
rend() noexceptnlohmann::basic_jsoninline
rend() const noexceptnlohmann::basic_jsoninline
reverse_iterator typedefnlohmann::basic_json
sax_parse(detail::input_adapter &&i, SAX *sax, input_format_t format=input_format_t::json, const bool strict=true)nlohmann::basic_jsoninlinestatic
sax_parse(IteratorType first, IteratorType last, SAX *sax)nlohmann::basic_jsoninlinestatic
serializer typedefnlohmann::basic_jsonprivate
size() const noexceptnlohmann::basic_jsoninline
size_type typedefnlohmann::basic_json
string_t typedefnlohmann::basic_json
swap(reference other) noexcept(stdnlohmann::basic_jsoninline
swap(array_t &other)nlohmann::basic_jsoninline
swap(object_t &other)nlohmann::basic_jsoninline
swap(string_t &other)nlohmann::basic_jsoninline
to_bson(const basic_json &j)nlohmann::basic_jsoninlinestatic
to_bson(const basic_json &j, detail::output_adapter< uint8_t > o)nlohmann::basic_jsoninlinestatic
to_bson(const basic_json &j, detail::output_adapter< char > o)nlohmann::basic_jsoninlinestatic
to_cbor(const basic_json &j)nlohmann::basic_jsoninlinestatic
to_cbor(const basic_json &j, detail::output_adapter< uint8_t > o)nlohmann::basic_jsoninlinestatic
to_cbor(const basic_json &j, detail::output_adapter< char > o)nlohmann::basic_jsoninlinestatic
to_msgpack(const basic_json &j)nlohmann::basic_jsoninlinestatic
to_msgpack(const basic_json &j, detail::output_adapter< uint8_t > o)nlohmann::basic_jsoninlinestatic
to_msgpack(const basic_json &j, detail::output_adapter< char > o)nlohmann::basic_jsoninlinestatic
to_ubjson(const basic_json &j, const bool use_size=false, const bool use_type=false)nlohmann::basic_jsoninlinestatic
to_ubjson(const basic_json &j, detail::output_adapter< uint8_t > o, const bool use_size=false, const bool use_type=false)nlohmann::basic_jsoninlinestatic
to_ubjson(const basic_json &j, detail::output_adapter< char > o, const bool use_size=false, const bool use_type=false)nlohmann::basic_jsoninlinestatic
type() const noexceptnlohmann::basic_jsoninline
type_error typedefnlohmann::basic_json
type_name() const noexceptnlohmann::basic_jsoninline
unflatten() const nlohmann::basic_jsoninline
update(const_reference j)nlohmann::basic_jsoninline
update(const_iterator first, const_iterator last)nlohmann::basic_jsoninline
value(const typename object_t::key_type &key, const ValueType &default_value) const nlohmann::basic_jsoninline
value(const typename object_t::key_type &key, const char *default_value) const nlohmann::basic_jsoninline
value(const json_pointer &ptr, const ValueType &default_value) const nlohmann::basic_jsoninline
value(const json_pointer &ptr, const char *default_value) const nlohmann::basic_jsoninline
value_t typedefnlohmann::basic_json
value_type typedefnlohmann::basic_json
~basic_json() noexceptnlohmann::basic_jsoninline