flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3 Namespace Reference

Namespaces

namespace  anonymous_namespace{json.hpp}
 
namespace  detail
 detail namespace with internal helper functions
 
namespace  detail2
 
namespace  json_literals
 
namespace  literals
 

Classes

struct  adl_serializer
 default JSONSerializer template argument More...
 
class  basic_json
 a class to store JSON values More...
 
class  byte_container_with_subtype
 an internal type for a backed binary type More...
 
class  json_pointer
 JSON Pointer defines a string syntax for identifying a specific value within a JSON document. More...
 
struct  json_sax
 SAX interface. More...
 
struct  ordered_map
 a minimal map-like container that preserves insertion order More...
 
struct  would_call_std_begin
 
struct  would_call_std_end
 

Typedefs

using json = basic_json<>
 default specialization More...
 
using ordered_json = basic_json< nlohmann::ordered_map >
 specialization that maintains the insertion order of object keys More...
 

Functions

template<typename RefStringTypeLhs , typename RefStringTypeRhs >
bool operator!= (const json_pointer< RefStringTypeLhs > &lhs, const json_pointer< RefStringTypeRhs > &rhs) noexcept
 
template<typename RefStringTypeLhs , typename StringType = typename json_pointer<RefStringTypeLhs>::string_t>
bool operator!= (const json_pointer< RefStringTypeLhs > &lhs, const StringType &rhs)
 
template<typename RefStringTypeRhs , typename StringType = typename json_pointer<RefStringTypeRhs>::string_t>
bool operator!= (const StringType &lhs, const json_pointer< RefStringTypeRhs > &rhs)
 
nlohmann::json operator""_json (const char *s, std::size_t n)
 user-defined string literal for JSON values More...
 
nlohmann::json::json_pointer operator""_json_pointer (const char *s, std::size_t n)
 user-defined string literal for JSON pointer More...
 
template<typename RefStringTypeLhs , typename RefStringTypeRhs >
bool operator< (const json_pointer< RefStringTypeLhs > &lhs, const json_pointer< RefStringTypeRhs > &rhs) noexcept
 
template<typename RefStringTypeLhs , typename RefStringTypeRhs >
bool operator== (const json_pointer< RefStringTypeLhs > &lhs, const json_pointer< RefStringTypeRhs > &rhs) noexcept
 
template<typename RefStringTypeLhs , typename StringType = typename json_pointer<RefStringTypeLhs>::string_t>
bool operator== (const json_pointer< RefStringTypeLhs > &lhs, const StringType &rhs)
 
template<typename RefStringTypeRhs , typename StringType = typename json_pointer<RefStringTypeRhs>::string_t>
bool operator== (const StringType &lhs, const json_pointer< RefStringTypeRhs > &rhs)
 
template<template< typename, typename, typename... > class ObjectType, template< typename, typename... > class ArrayType, class StringType , class BooleanType , class NumberIntegerType , class NumberUnsignedType , class NumberFloatType , template< typename > class AllocatorType, template< typename, typename=void > class JSONSerializer, class BinaryType , class CustomBaseClass >
std::string to_string (const basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass > &j)
 user-defined to_string function for JSON values More...
 

Typedef Documentation

◆ json

default specialization

See also
https://json.nlohmann.me/api/json/

Definition at line 3422 of file json.hpp.

◆ ordered_json

specialization that maintains the insertion order of object keys

See also
https://json.nlohmann.me/api/ordered_json/

Definition at line 3431 of file json.hpp.

Function Documentation

◆ operator!=() [1/3]

template<typename RefStringTypeLhs , typename RefStringTypeRhs >
bool nlohmann::json_abi_v3_11_3::operator!= ( const json_pointer< RefStringTypeLhs > &  lhs,
const json_pointer< RefStringTypeRhs > &  rhs 
)
inlinenoexcept

◆ operator!=() [2/3]

template<typename RefStringTypeLhs , typename StringType = typename json_pointer<RefStringTypeLhs>::string_t>
bool nlohmann::json_abi_v3_11_3::operator!= ( const json_pointer< RefStringTypeLhs > &  lhs,
const StringType &  rhs 
)
inline

◆ operator!=() [3/3]

template<typename RefStringTypeRhs , typename StringType = typename json_pointer<RefStringTypeRhs>::string_t>
bool nlohmann::json_abi_v3_11_3::operator!= ( const StringType &  lhs,
const json_pointer< RefStringTypeRhs > &  rhs 
)
inline

◆ operator<()

template<typename RefStringTypeLhs , typename RefStringTypeRhs >
bool nlohmann::json_abi_v3_11_3::operator< ( const json_pointer< RefStringTypeLhs > &  lhs,
const json_pointer< RefStringTypeRhs > &  rhs 
)
inlinenoexcept

◆ operator==() [1/3]

template<typename RefStringTypeLhs , typename RefStringTypeRhs >
bool nlohmann::json_abi_v3_11_3::operator== ( const json_pointer< RefStringTypeLhs > &  lhs,
const json_pointer< RefStringTypeRhs > &  rhs 
)
inlinenoexcept

◆ operator==() [2/3]

template<typename RefStringTypeLhs , typename StringType = typename json_pointer<RefStringTypeLhs>::string_t>
bool nlohmann::json_abi_v3_11_3::operator== ( const json_pointer< RefStringTypeLhs > &  lhs,
const StringType &  rhs 
)
inline

◆ operator==() [3/3]

template<typename RefStringTypeRhs , typename StringType = typename json_pointer<RefStringTypeRhs>::string_t>
bool nlohmann::json_abi_v3_11_3::operator== ( const StringType &  lhs,
const json_pointer< RefStringTypeRhs > &  rhs 
)
inline

◆ to_string()

template<template< typename, typename, typename... > class ObjectType, template< typename, typename... > class ArrayType, class StringType , class BooleanType , class NumberIntegerType , class NumberUnsignedType , class NumberFloatType , template< typename > class AllocatorType, template< typename, typename=void > class JSONSerializer, class BinaryType , class CustomBaseClass >
std::string nlohmann::json_abi_v3_11_3::to_string ( const basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass > &  j)

user-defined to_string function for JSON values

See also
https://json.nlohmann.me/api/basic_json/to_string/

Definition at line 24456 of file json.hpp.

Referenced by nlohmann::json_abi_v3_11_3::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >::at(), nlohmann::json_abi_v3_11_3::detail::binary_writer< BasicJsonType, CharType >::calc_bson_array_size(), nlohmann::json_abi_v3_11_3::detail::binary_writer< BasicJsonType, CharType >::calc_bson_entry_header_size(), nlohmann::json_abi_v3_11_3::detail::parse_error::create(), nlohmann::json_abi_v3_11_3::detail::exception::diagnostics(), nlohmann::json_abi_v3_11_3::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >::diff(), nlohmann::json_abi_v3_11_3::detail::serializer< BasicJsonType >::dump_escaped(), nlohmann::json_abi_v3_11_3::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >::erase(), nlohmann::json_abi_v3_11_3::json_pointer< RefStringType >::flatten(), nlohmann::json_abi_v3_11_3::detail::binary_reader< BasicJsonType, InputAdapterType, SAX >::get_bson_binary(), nlohmann::json_abi_v3_11_3::detail::binary_reader< BasicJsonType, InputAdapterType, SAX >::get_bson_string(), nlohmann::json_abi_v3_11_3::json_pointer< RefStringType >::get_checked(), nlohmann::json_abi_v3_11_3::json_pointer< RefStringType >::get_unchecked(), nlohmann::json_abi_v3_11_3::detail::int_to_string(), nlohmann::json_abi_v3_11_3::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >::meta(), nlohmann::json_abi_v3_11_3::detail::exception::name(), nlohmann::json_abi_v3_11_3::json_pointer< RefStringType >::operator string_t(), nlohmann::json_abi_v3_11_3::json_pointer< RefStringType >::operator/=(), nlohmann::json_abi_v3_11_3::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >::patch_inplace(), nlohmann::json_abi_v3_11_3::detail::parse_error::position_string(), nlohmann::json_abi_v3_11_3::detail::json_sax_dom_parser< BasicJsonType >::start_array(), nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser< BasicJsonType >::start_array(), nlohmann::json_abi_v3_11_3::detail::json_sax_dom_parser< BasicJsonType >::start_object(), nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser< BasicJsonType >::start_object(), nlohmann::json_abi_v3_11_3::detail::binary_writer< BasicJsonType, CharType >::write_bson_array(), and nlohmann::json_abi_v3_11_3::detail::binary_writer< BasicJsonType, CharType >::write_bson_unsigned().