This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
Cnlohmann::adl_serializer< typename, typename > | Default JSONSerializer template argument |
Cnlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType > | Class to store JSON values |
▼CBinaryType | |
Cnlohmann::byte_container_with_subtype< BinaryType > | Internal type for a backed binary type |
Cstd::hash< nlohmann::json > | Hash value for JSON objects |
Cnlohmann::json_pointer< BasicJsonType > | JSON Pointer |
Cnlohmann::json_sax< BasicJsonType > | SAX interface |
▼Cstd::vector< T > | STL class |
Cnlohmann::ordered_map< Key, T, IgnoredLess, Allocator > | |