nlohmann::json_abi_v3_11_3::json_sax< BasicJsonType > Struct Template Referenceabstract SAX interface. More...
Collaboration diagram for nlohmann::json_abi_v3_11_3::json_sax< BasicJsonType >:
![]()
Detailed Descriptiontemplate<typename BasicJsonType> struct nlohmann::json_abi_v3_11_3::json_sax< BasicJsonType > SAX interface. This class describes the SAX interface used by nlohmann::json::sax_parse. Each function is called in different situations while the input is parsed. The boolean return value informs the parser whether to continue processing the input. Member Typedef Documentation◆ binary_t
template<typename BasicJsonType >
◆ number_float_t
template<typename BasicJsonType >
◆ number_integer_t
template<typename BasicJsonType >
◆ number_unsigned_t
template<typename BasicJsonType >
◆ string_t
template<typename BasicJsonType >
Constructor & Destructor Documentation◆ json_sax() [1/3]
template<typename BasicJsonType >
◆ json_sax() [2/3]
template<typename BasicJsonType >
◆ json_sax() [3/3]
template<typename BasicJsonType >
◆ ~json_sax()
template<typename BasicJsonType >
Member Function Documentation◆ binary()
template<typename BasicJsonType >
a binary value was read
◆ boolean()
template<typename BasicJsonType >
a boolean value was read
◆ end_array()
template<typename BasicJsonType >
the end of an array was read
◆ end_object()
template<typename BasicJsonType >
the end of an object was read
◆ key()
template<typename BasicJsonType >
an object key was read
◆ null()
template<typename BasicJsonType >
a null value was read
◆ number_float()
template<typename BasicJsonType >
a floating-point number was read
◆ number_integer()
template<typename BasicJsonType >
an integer number was read
◆ number_unsigned()
template<typename BasicJsonType >
an unsigned integer number was read
◆ operator=() [1/2]
template<typename BasicJsonType >
◆ operator=() [2/2]
template<typename BasicJsonType >
◆ parse_error()
template<typename BasicJsonType >
a parse error occurred
◆ start_array()
template<typename BasicJsonType >
the beginning of an array was read
◆ start_object()
template<typename BasicJsonType >
the beginning of an object was read
◆ string()
template<typename BasicJsonType >
a string value was read
The documentation for this struct was generated from the following file: Generated on Sun Apr 6 2025 11:10:38 for FlexibleSUSY by |