MCPcopy Create free account

hub / github.com/cvengler/sysget / types & classes

Types & classes120 in github.com/cvengler/sysget

↓ 12 callersClassinput_adapter
src/libs/json.hpp:4085
↓ 8 callersClassbinary_reader
src/libs/json.hpp:5063
↓ 7 callersClassparser
src/libs/json.hpp:8572
↓ 5 callersClassdiyfp
src/libs/json.hpp:12588
↓ 5 callersClassjson_pointer
src/libs/json.hpp:2345
↓ 2 callersClassparse_error
! @brief exception indicating a parse error This exception is thrown by the library when a parse error occurs. Parse errors can occur during the dese
src/libs/json.hpp:1845
↓ 1 callersClassinvalid_iterator
! @brief exception indicating errors with iterators This exception is thrown if iterators passed to a library function do not match the expected sema
src/libs/json.hpp:1931
↓ 1 callersClassother_error
! @brief exception indicating other library errors This exception is thrown in case of errors that cannot be classified with the other exception type
src/libs/json.hpp:2070
↓ 1 callersClassout_of_range
! @brief exception indicating access out of the defined range This exception is thrown in case a library function is called on an input parameter tha
src/libs/json.hpp:2032
↓ 1 callersClassprimitive_iterator_t
@brief an iterator for primitive JSON types This class models an iterator for primitive JSON types (boolean, number, string). It's only purpose is to
src/libs/json.hpp:9061
↓ 1 callersClasstype_error
! @brief exception indicating executing a member function with a wrong type This exception is thrown in case of a type error; that is, a library func
src/libs/json.hpp:1985
ClassPackageManager
src/packagemanager.hpp:14
Classadl_serializer
src/libs/json.hpp:2319
Classbasic_json
src/libs/json.hpp:2331
Classbasic_json
src/libs/json.hpp:9984
Classbinary_writer
src/libs/json.hpp:11206
Classboundaries
src/libs/json.hpp:12706
Classcached_power
src/libs/json.hpp:12845
Classdetector
src/libs/json.hpp:2260
Classdetector<Default, void_t<Op<Args...>>, Op, Args...>
src/libs/json.hpp:2267
Enumerror_handler_t
how to treat decoding errors
src/libs/json.hpp:13668
Classexception
! @brief general exception of the @ref basic_json class This class is an extension of `std::exception` objects with a member @a id for exception ids.
src/libs/json.hpp:1774
Classexternal_constructor
src/libs/json.hpp:3361
Classexternal_constructor<value_t::array>
src/libs/json.hpp:3442
Classexternal_constructor<value_t::boolean>
src/libs/json.hpp:3364
Classexternal_constructor<value_t::number_float>
src/libs/json.hpp:3406
Classexternal_constructor<value_t::number_integer>
src/libs/json.hpp:3430
Classexternal_constructor<value_t::number_unsigned>
src/libs/json.hpp:3418
Classexternal_constructor<value_t::object>
src/libs/json.hpp:3498
Classexternal_constructor<value_t::string>
src/libs/json.hpp:3376
Classfile_input_adapter
! Input adapter for stdio file access. This adapter read only 1 byte and do not use any buffer. This adapter is a very low level adapter. */
src/libs/json.hpp:3806
Classfrom_json_fn
src/libs/json.hpp:3138
Classhas_from_json
src/libs/json.hpp:2430
Classhas_from_json<BasicJsonType, T, enable_if_t<not is_basic_json<T>::value>>
src/libs/json.hpp:2433
Classhas_non_default_from_json
src/libs/json.hpp:2446
Classhas_non_default_from_json<BasicJsonType, T, enable_if_t<not is_basic_json<T>::value>>
src/libs/json.hpp:2449
Classhas_to_json
src/libs/json.hpp:2461
Classhas_to_json<BasicJsonType, T, enable_if_t<not is_basic_json<T>::value>>
src/libs/json.hpp:2464
Classhash<nlohmann::json>
src/libs/json.hpp:22452
Classindex_sequence
src/libs/json.hpp:2109
Classinput_adapter_protocol
! @brief abstract input adapter interface Produces a stream of std::char_traits<char>::int_type characters from a std::istream, a buffer, or some oth
src/libs/json.hpp:3792
Classinput_buffer_adapter
input adapter for buffer input
src/libs/json.hpp:3882
Enuminput_format_t
the supported input formats
src/libs/json.hpp:3775
Classinput_stream_adapter
! Input adapter for a (caching) istream. Ignores a UFT Byte Order Mark at beginning of input. Does not support changing the underlying std::streambuf
src/libs/json.hpp:3841
Classinternal_iterator
src/libs/json.hpp:9175
Classis_basic_json
src/libs/json.hpp:2386
Classis_compatible_array_type
src/libs/json.hpp:2619
Classis_compatible_array_type_impl
src/libs/json.hpp:2600
Classis_compatible_array_type_impl < BasicJsonType, CompatibleArrayType, enable_if_t<is_detected<value_type_t, CompatibleArrayType>::value and is_detected<iterator_t, CompatibleArrayType>::value and // This is needed because json_reverse_iterator has a ::iterator type... // Therefore it is detected as a CompatibleArrayType. // The real fix would be to have an Iterable concept. not is_iterator_traits< iterator_traits<CompatibleArrayType>>::value >>
src/libs/json.hpp:2603
Classis_compatible_integer_type
src/libs/json.hpp:2688
Classis_compatible_integer_type_impl
src/libs/json.hpp:2667
Classis_compatible_integer_type_impl < RealIntegerType, CompatibleNumberIntegerType, enable_if_t<std::is_integral<RealIntegerType>::value and std::is_integral<CompatibleNumberIntegerType>::value and not std::is_same<bool, CompatibleNumberIntegerType>::value >>
src/libs/json.hpp:2670
Classis_compatible_object_type
src/libs/json.hpp:2526
Classis_compatible_object_type_impl
src/libs/json.hpp:2506
Classis_compatible_object_type_impl < BasicJsonType, CompatibleObjectType, enable_if_t<is_detected<mapped_type_t, CompatibleObjectType>::value and is_detected<key_type_t, CompatibleObjectType>::value >>
src/libs/json.hpp:2509
Classis_compatible_string_type
src/libs/json.hpp:2577
Classis_compatible_string_type_impl
src/libs/json.hpp:2564
Classis_compatible_string_type_impl < BasicJsonType, CompatibleStringType, enable_if_t<is_detected_exact<typename BasicJsonType::string_t::value_type, value_type_t, CompatibleStringType>::value >>
src/libs/json.hpp:2567
Classis_compatible_type
src/libs/json.hpp:2705
Classis_compatible_type_impl
src/libs/json.hpp:2693
Classis_compatible_type_impl < BasicJsonType, CompatibleType, enable_if_t<is_complete_type<CompatibleType>::value >>
src/libs/json.hpp:2696
Classis_complete_type
src/libs/json.hpp:2499
Classis_complete_type<T, decltype(void(sizeof(T)))>
src/libs/json.hpp:2502
Classis_constructible_array_type
src/libs/json.hpp:2662
Classis_constructible_array_type_impl
src/libs/json.hpp:2623
Classis_constructible_array_type_impl < BasicJsonType, ConstructibleArrayType, enable_if_t<not std::is_same<ConstructibleArrayType, typename BasicJsonType::value_type>::value and std::is_default_constructible<ConstructibleArrayType>::value and (std::is_move_assignable<ConstructibleArrayType>::value or std::is_copy_assignable<ConstructibleArrayType>::value) and is_detected<value_type_t, ConstructibleArrayType>::value and is_detected<iterator_t, ConstructibleArrayType>::value and is_complete_type< detected_t<value_type_t, ConstructibleArrayType>>::value >>
src/libs/json.hpp:2633
Classis_constructible_array_type_impl < BasicJsonType, ConstructibleArrayType, enable_if_t<std::is_same<ConstructibleArrayType, typename BasicJsonType::value_type>::value >>
src/libs/json.hpp:2626
Classis_constructible_object_type
src/libs/json.hpp:2558
Classis_constructible_object_type_impl
src/libs/json.hpp:2531
Classis_constructible_object_type_impl < BasicJsonType, ConstructibleObjectType, enable_if_t<is_detected<mapped_type_t, ConstructibleObjectType>::value and is_detected<key_type_t, ConstructibleObjectType>::value >>
src/libs/json.hpp:2534
Classis_constructible_string_type
src/libs/json.hpp:2596
Classis_constructible_string_type_impl
src/libs/json.hpp:2582
Classis_constructible_string_type_impl < BasicJsonType, ConstructibleStringType, enable_if_t<is_detected_exact<typename BasicJsonType::string_t::value_type, value_type_t, ConstructibleStringType>::value >>
src/libs/json.hpp:2585
Classis_iterator_traits
src/libs/json.hpp:2479
Classis_iterator_traits<iterator_traits<T>>
src/libs/json.hpp:2482
Classis_sax
src/libs/json.hpp:4965
Classis_sax_static_asserts
src/libs/json.hpp:4997
Classiter_impl
src/libs/json.hpp:9234
Classiteration_proxy
src/libs/json.hpp:3276
Classiteration_proxy_value
src/libs/json.hpp:3189
Classiterator_traits
src/libs/json.hpp:2207
Classiterator_traits < T, enable_if_t < !std::is_pointer<T>::value >>
src/libs/json.hpp:2212
Classiterator_traits<T*, enable_if_t<std::is_object<T>::value>>
src/libs/json.hpp:2218
Classiterator_types
src/libs/json.hpp:2189
Classiterator_types < It, void_t<typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category >>
src/libs/json.hpp:2192
Classjson_ref
src/libs/json.hpp:10989
Classjson_reverse_iterator
src/libs/json.hpp:9870
Classjson_sax
src/libs/json.hpp:4221
Classjson_sax_acceptor
src/libs/json.hpp:4828
Classjson_sax_dom_callback_parser
src/libs/json.hpp:4524
Classjson_sax_dom_parser
src/libs/json.hpp:4342
Classless< ::nlohmann::detail::value_t>
src/libs/json.hpp:22471
Classlexer
src/libs/json.hpp:7049
Classmake_index_sequence
src/libs/json.hpp:2127
Classmake_index_sequence<0>
src/libs/json.hpp:2131
Classmake_index_sequence<1>
src/libs/json.hpp:2132
Classmake_void
src/libs/json.hpp:2173
Classmerge_and_renumber
src/libs/json.hpp:2120
Classmerge_and_renumber<index_sequence<I1...>, index_sequence<I2...>>
src/libs/json.hpp:2123
Classnonesuch
src/libs/json.hpp:2246
next →1–100 of 120, ranked by callers