ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
This is the complete list of members for nlohmann::basic_json, including all inherited members.
::nlohmann::detail::binary_reader class | nlohmann::basic_json | friend |
::nlohmann::detail::binary_writer class | nlohmann::basic_json | friend |
::nlohmann::detail::iter_impl class | nlohmann::basic_json | friend |
::nlohmann::detail::json_sax_dom_callback_parser class | nlohmann::basic_json | friend |
::nlohmann::detail::json_sax_dom_parser class | nlohmann::basic_json | friend |
accept(detail::input_adapter &&i) | nlohmann::basic_json | inlinestatic |
accept(IteratorType first, IteratorType last) | nlohmann::basic_json | inlinestatic |
allocator_type typedef | nlohmann::basic_json | |
array(initializer_list_t init={}) | nlohmann::basic_json | inlinestatic |
array_t typedef | nlohmann::basic_json | |
assert_invariant() const noexcept | nlohmann::basic_json | inlineprivate |
at(size_type idx) | nlohmann::basic_json | inline |
at(size_type idx) const | nlohmann::basic_json | inline |
at(const typename object_t::key_type &key) | nlohmann::basic_json | inline |
at(const typename object_t::key_type &key) const | nlohmann::basic_json | inline |
at(const json_pointer &ptr) | nlohmann::basic_json | inline |
at(const json_pointer &ptr) const | nlohmann::basic_json | inline |
back() | nlohmann::basic_json | inline |
back() const | nlohmann::basic_json | inline |
basic_json(const value_t v) | nlohmann::basic_json | inline |
basic_json(std::nullptr_t=nullptr) noexcept | nlohmann::basic_json | inline |
basic_json(CompatibleType &&val) noexcept(noexcept(JSONSerializer< U > | nlohmann::basic_json | inline |
basic_json(const BasicJsonType &val) | nlohmann::basic_json | inline |
basic_json(initializer_list_t init, bool type_deduction=true, value_t manual_type=value_t::array) | nlohmann::basic_json | inline |
basic_json(size_type cnt, const basic_json &val) | nlohmann::basic_json | inline |
basic_json(InputIT first, InputIT last) | nlohmann::basic_json | inline |
basic_json(const detail::json_ref< basic_json > &ref) | nlohmann::basic_json | inlineprivate |
basic_json(const basic_json &other) | nlohmann::basic_json | inline |
basic_json(basic_json &&other) noexcept | nlohmann::basic_json | inline |
basic_json_t typedef | nlohmann::basic_json | private |
begin() noexcept | nlohmann::basic_json | inline |
begin() const noexcept | nlohmann::basic_json | inline |
binary_reader typedef | nlohmann::basic_json | private |
binary_writer typedef | nlohmann::basic_json | private |
boolean_t typedef | nlohmann::basic_json | |
cbegin() const noexcept | nlohmann::basic_json | inline |
cend() const noexcept | nlohmann::basic_json | inline |
clear() noexcept | nlohmann::basic_json | inline |
const_iterator typedef | nlohmann::basic_json | |
const_pointer typedef | nlohmann::basic_json | |
const_reference typedef | nlohmann::basic_json | |
const_reverse_iterator typedef | nlohmann::basic_json | |
contains(KeyT &&key) const | nlohmann::basic_json | inline |
contains(const json_pointer &ptr) const | nlohmann::basic_json | inline |
count(KeyT &&key) const | nlohmann::basic_json | inline |
crbegin() const noexcept | nlohmann::basic_json | inline |
create(Args &&...args) | nlohmann::basic_json | inlineprivatestatic |
crend() const noexcept | nlohmann::basic_json | inline |
detail::external_constructor | nlohmann::basic_json | friend |
diff(const basic_json &source, const basic_json &target, const std::string &path="") | nlohmann::basic_json | inlinestatic |
difference_type typedef | nlohmann::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_json | inline |
emplace(Args &&...args) | nlohmann::basic_json | inline |
emplace_back(Args &&...args) | nlohmann::basic_json | inline |
empty() const noexcept | nlohmann::basic_json | inline |
end() noexcept | nlohmann::basic_json | inline |
end() const noexcept | nlohmann::basic_json | inline |
erase(IteratorType pos) | nlohmann::basic_json | inline |
erase(IteratorType first, IteratorType last) | nlohmann::basic_json | inline |
erase(const typename object_t::key_type &key) | nlohmann::basic_json | inline |
erase(const size_type idx) | nlohmann::basic_json | inline |
error_handler_t typedef | nlohmann::basic_json | |
exception typedef | nlohmann::basic_json | |
find(KeyT &&key) | nlohmann::basic_json | inline |
find(KeyT &&key) const | nlohmann::basic_json | inline |
flatten() const | nlohmann::basic_json | inline |
from_bson(detail::input_adapter &&i, const bool strict=true, const bool allow_exceptions=true) | nlohmann::basic_json | inlinestatic |
from_bson(A1 &&a1, A2 &&a2, const bool strict=true, const bool allow_exceptions=true) | nlohmann::basic_json | inlinestatic |
from_cbor(detail::input_adapter &&i, const bool strict=true, const bool allow_exceptions=true) | nlohmann::basic_json | inlinestatic |
from_cbor(A1 &&a1, A2 &&a2, const bool strict=true, const bool allow_exceptions=true) | nlohmann::basic_json | inlinestatic |
from_msgpack(detail::input_adapter &&i, const bool strict=true, const bool allow_exceptions=true) | nlohmann::basic_json | inlinestatic |
from_msgpack(A1 &&a1, A2 &&a2, const bool strict=true, const bool allow_exceptions=true) | nlohmann::basic_json | inlinestatic |
from_ubjson(detail::input_adapter &&i, const bool strict=true, const bool allow_exceptions=true) | nlohmann::basic_json | inlinestatic |
from_ubjson(A1 &&a1, A2 &&a2, const bool strict=true, const bool allow_exceptions=true) | nlohmann::basic_json | inlinestatic |
front() | nlohmann::basic_json | inline |
front() const | nlohmann::basic_json | inline |
get() const | nlohmann::basic_json | inline |
get() const | nlohmann::basic_json | inline |
get() const noexcept(noexcept(JSONSerializer< ValueType > | nlohmann::basic_json | inline |
get() const noexcept(noexcept(JSONSerializer< ValueType > | nlohmann::basic_json | inline |
get() noexcept-> decltype(std::declval< basic_json_t & >().template get_ptr< PointerType >()) | nlohmann::basic_json | inline |
get() const noexcept-> decltype(std::declval< const basic_json_t & >().template get_ptr< PointerType >()) | nlohmann::basic_json | inline |
get_allocator() | nlohmann::basic_json | inlinestatic |
get_impl(boolean_t *) const | nlohmann::basic_json | inlineprivate |
get_impl_ptr(object_t *) noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(const object_t *) const noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(array_t *) noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(const array_t *) const noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(string_t *) noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(const string_t *) const noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(boolean_t *) noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(const boolean_t *) const noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(number_integer_t *) noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(const number_integer_t *) const noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(number_unsigned_t *) noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(const number_unsigned_t *) const noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(number_float_t *) noexcept | nlohmann::basic_json | inlineprivate |
get_impl_ptr(const number_float_t *) const noexcept | nlohmann::basic_json | inlineprivate |
get_ptr() noexcept-> decltype(std::declval< basic_json_t & >().get_impl_ptr(std::declval< PointerType >())) | nlohmann::basic_json | inline |
get_ptr() const noexcept-> decltype(std::declval< const basic_json_t & >().get_impl_ptr(std::declval< PointerType >())) | nlohmann::basic_json | inline |
get_ref() | nlohmann::basic_json | inline |
get_ref() const | nlohmann::basic_json | inline |
get_ref_impl(ThisType &obj) | nlohmann::basic_json | inlineprivatestatic |
get_to(ValueType &v) const noexcept(noexcept(JSONSerializer< ValueType > | nlohmann::basic_json | inline |
get_to(T(&v)[N]) const noexcept(noexcept(JSONSerializer< Array > | nlohmann::basic_json | inline |
initializer_list_t typedef | nlohmann::basic_json | |
input_format_t typedef | nlohmann::basic_json | |
insert(const_iterator pos, const basic_json &val) | nlohmann::basic_json | inline |
insert(const_iterator pos, basic_json &&val) | nlohmann::basic_json | inline |
insert(const_iterator pos, size_type cnt, const basic_json &val) | nlohmann::basic_json | inline |
insert(const_iterator pos, const_iterator first, const_iterator last) | nlohmann::basic_json | inline |
insert(const_iterator pos, initializer_list_t ilist) | nlohmann::basic_json | inline |
insert(const_iterator first, const_iterator last) | nlohmann::basic_json | inline |
insert_iterator(const_iterator pos, Args &&...args) | nlohmann::basic_json | inline |
internal_iterator typedef | nlohmann::basic_json | private |
invalid_iterator typedef | nlohmann::basic_json | |
is_array() const noexcept | nlohmann::basic_json | inline |
is_boolean() const noexcept | nlohmann::basic_json | inline |
is_discarded() const noexcept | nlohmann::basic_json | inline |
is_null() const noexcept | nlohmann::basic_json | inline |
is_number() const noexcept | nlohmann::basic_json | inline |
is_number_float() const noexcept | nlohmann::basic_json | inline |
is_number_integer() const noexcept | nlohmann::basic_json | inline |
is_number_unsigned() const noexcept | nlohmann::basic_json | inline |
is_object() const noexcept | nlohmann::basic_json | inline |
is_primitive() const noexcept | nlohmann::basic_json | inline |
is_string() const noexcept | nlohmann::basic_json | inline |
is_structured() const noexcept | nlohmann::basic_json | inline |
items() noexcept | nlohmann::basic_json | inline |
items() const noexcept | nlohmann::basic_json | inline |
iter_impl typedef | nlohmann::basic_json | private |
iteration_proxy typedef | nlohmann::basic_json | private |
iterator typedef | nlohmann::basic_json | |
iterator_wrapper(reference ref) noexcept | nlohmann::basic_json | inlinestatic |
iterator_wrapper(const_reference ref) noexcept | nlohmann::basic_json | inlinestatic |
json_pointer typedef | nlohmann::basic_json | |
json_reverse_iterator typedef | nlohmann::basic_json | private |
json_sax_t typedef | nlohmann::basic_json | |
json_serializer typedef | nlohmann::basic_json | |
lexer typedef | nlohmann::basic_json | private |
m_type | nlohmann::basic_json | private |
m_value | nlohmann::basic_json | private |
max_size() const noexcept | nlohmann::basic_json | inline |
merge_patch(const basic_json &apply_patch) | nlohmann::basic_json | inline |
meta() | nlohmann::basic_json | inlinestatic |
number_float_t typedef | nlohmann::basic_json | |
number_integer_t typedef | nlohmann::basic_json | |
number_unsigned_t typedef | nlohmann::basic_json | |
object(initializer_list_t init={}) | nlohmann::basic_json | inlinestatic |
object_comparator_t typedef | nlohmann::basic_json | |
object_t typedef | nlohmann::basic_json | |
operator value_t() const noexcept | nlohmann::basic_json | inline |
operator ValueType() const | nlohmann::basic_json | inline |
operator!=(const_reference lhs, const_reference rhs) noexcept | nlohmann::basic_json | friend |
operator!=(const_reference lhs, const ScalarType rhs) noexcept | nlohmann::basic_json | friend |
operator!=(const ScalarType lhs, const_reference rhs) noexcept | nlohmann::basic_json | friend |
operator+=(basic_json &&val) | nlohmann::basic_json | inline |
operator+=(const basic_json &val) | nlohmann::basic_json | inline |
operator+=(const typename object_t::value_type &val) | nlohmann::basic_json | inline |
operator+=(initializer_list_t init) | nlohmann::basic_json | inline |
operator<(const_reference lhs, const_reference rhs) noexcept | nlohmann::basic_json | friend |
operator<(const_reference lhs, const ScalarType rhs) noexcept | nlohmann::basic_json | friend |
operator<(const ScalarType lhs, const_reference rhs) noexcept | nlohmann::basic_json | friend |
operator<<(std::ostream &o, const basic_json &j) | nlohmann::basic_json | friend |
operator<<(basic_json &j, std::istream &i) | nlohmann::basic_json | friend |
operator<=(const_reference lhs, const_reference rhs) noexcept | nlohmann::basic_json | friend |
operator<=(const_reference lhs, const ScalarType rhs) noexcept | nlohmann::basic_json | friend |
operator<=(const ScalarType lhs, const_reference rhs) noexcept | nlohmann::basic_json | friend |
operator=(basic_json other) noexcept(std | nlohmann::basic_json | inline |
operator==(const_reference lhs, const_reference rhs) noexcept | nlohmann::basic_json | friend |
operator==(const_reference lhs, const ScalarType rhs) noexcept | nlohmann::basic_json | friend |
operator==(const ScalarType lhs, const_reference rhs) noexcept | nlohmann::basic_json | friend |
operator>(const_reference lhs, const_reference rhs) noexcept | nlohmann::basic_json | friend |
operator>(const_reference lhs, const ScalarType rhs) noexcept | nlohmann::basic_json | friend |
operator>(const ScalarType lhs, const_reference rhs) noexcept | nlohmann::basic_json | friend |
operator>=(const_reference lhs, const_reference rhs) noexcept | nlohmann::basic_json | friend |
operator>=(const_reference lhs, const ScalarType rhs) noexcept | nlohmann::basic_json | friend |
operator>=(const ScalarType lhs, const_reference rhs) noexcept | nlohmann::basic_json | friend |
operator>>(const basic_json &j, std::ostream &o) | nlohmann::basic_json | friend |
operator>>(std::istream &i, basic_json &j) | nlohmann::basic_json | friend |
operator[](size_type idx) | nlohmann::basic_json | inline |
operator[](size_type idx) const | nlohmann::basic_json | inline |
operator[](const typename object_t::key_type &key) | nlohmann::basic_json | inline |
operator[](const typename object_t::key_type &key) const | nlohmann::basic_json | inline |
operator[](T *key) | nlohmann::basic_json | inline |
operator[](T *key) const | nlohmann::basic_json | inline |
operator[](const json_pointer &ptr) | nlohmann::basic_json | inline |
operator[](const json_pointer &ptr) const | nlohmann::basic_json | inline |
other_error typedef | nlohmann::basic_json | |
out_of_range typedef | nlohmann::basic_json | |
output_adapter_t typedef | nlohmann::basic_json | private |
parse(detail::input_adapter &&i, const parser_callback_t cb=nullptr, const bool allow_exceptions=true) | nlohmann::basic_json | inlinestatic |
parse(IteratorType first, IteratorType last, const parser_callback_t cb=nullptr, const bool allow_exceptions=true) | nlohmann::basic_json | inlinestatic |
parse_error typedef | nlohmann::basic_json | |
parse_event_t typedef | nlohmann::basic_json | |
parser typedef | nlohmann::basic_json | private |
parser_callback_t typedef | nlohmann::basic_json | |
patch(const basic_json &json_patch) const | nlohmann::basic_json | inline |
pointer typedef | nlohmann::basic_json | |
primitive_iterator_t typedef | nlohmann::basic_json | private |
push_back(basic_json &&val) | nlohmann::basic_json | inline |
push_back(const basic_json &val) | nlohmann::basic_json | inline |
push_back(const typename object_t::value_type &val) | nlohmann::basic_json | inline |
push_back(initializer_list_t init) | nlohmann::basic_json | inline |
rbegin() noexcept | nlohmann::basic_json | inline |
rbegin() const noexcept | nlohmann::basic_json | inline |
reference typedef | nlohmann::basic_json | |
rend() noexcept | nlohmann::basic_json | inline |
rend() const noexcept | nlohmann::basic_json | inline |
reverse_iterator typedef | nlohmann::basic_json | |
sax_parse(detail::input_adapter &&i, SAX *sax, input_format_t format=input_format_t::json, const bool strict=true) | nlohmann::basic_json | inlinestatic |
sax_parse(IteratorType first, IteratorType last, SAX *sax) | nlohmann::basic_json | inlinestatic |
serializer typedef | nlohmann::basic_json | private |
size() const noexcept | nlohmann::basic_json | inline |
size_type typedef | nlohmann::basic_json | |
string_t typedef | nlohmann::basic_json | |
swap(reference other) noexcept(std | nlohmann::basic_json | inline |
swap(array_t &other) | nlohmann::basic_json | inline |
swap(object_t &other) | nlohmann::basic_json | inline |
swap(string_t &other) | nlohmann::basic_json | inline |
to_bson(const basic_json &j) | nlohmann::basic_json | inlinestatic |
to_bson(const basic_json &j, detail::output_adapter< uint8_t > o) | nlohmann::basic_json | inlinestatic |
to_bson(const basic_json &j, detail::output_adapter< char > o) | nlohmann::basic_json | inlinestatic |
to_cbor(const basic_json &j) | nlohmann::basic_json | inlinestatic |
to_cbor(const basic_json &j, detail::output_adapter< uint8_t > o) | nlohmann::basic_json | inlinestatic |
to_cbor(const basic_json &j, detail::output_adapter< char > o) | nlohmann::basic_json | inlinestatic |
to_msgpack(const basic_json &j) | nlohmann::basic_json | inlinestatic |
to_msgpack(const basic_json &j, detail::output_adapter< uint8_t > o) | nlohmann::basic_json | inlinestatic |
to_msgpack(const basic_json &j, detail::output_adapter< char > o) | nlohmann::basic_json | inlinestatic |
to_ubjson(const basic_json &j, const bool use_size=false, const bool use_type=false) | nlohmann::basic_json | inlinestatic |
to_ubjson(const basic_json &j, detail::output_adapter< uint8_t > o, const bool use_size=false, const bool use_type=false) | nlohmann::basic_json | inlinestatic |
to_ubjson(const basic_json &j, detail::output_adapter< char > o, const bool use_size=false, const bool use_type=false) | nlohmann::basic_json | inlinestatic |
type() const noexcept | nlohmann::basic_json | inline |
type_error typedef | nlohmann::basic_json | |
type_name() const noexcept | nlohmann::basic_json | inline |
unflatten() const | nlohmann::basic_json | inline |
update(const_reference j) | nlohmann::basic_json | inline |
update(const_iterator first, const_iterator last) | nlohmann::basic_json | inline |
value(const typename object_t::key_type &key, const ValueType &default_value) const | nlohmann::basic_json | inline |
value(const typename object_t::key_type &key, const char *default_value) const | nlohmann::basic_json | inline |
value(const json_pointer &ptr, const ValueType &default_value) const | nlohmann::basic_json | inline |
value(const json_pointer &ptr, const char *default_value) const | nlohmann::basic_json | inline |
value_t typedef | nlohmann::basic_json | |
value_type typedef | nlohmann::basic_json | |
~basic_json() noexcept | nlohmann::basic_json | inline |