AJA NTV2 SDK  18.0.0.2122
NTV2 SDK 18.0.0.2122
nlohmann::json_abi_v3_11_3 Namespace Reference

Namespaces

 detail
 detail namespace with internal helper functions
 
 detail2
 
 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)
 
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<typename RefStringTypeLhs , typename RefStringTypeRhs >
bool operator< (const json_pointer< RefStringTypeLhs > &lhs, const json_pointer< RefStringTypeRhs > &rhs) noexcept
 
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...
 

Detailed Description

namespace to hold default to_json function to see why this is required: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4381.html

Typedef Documentation

◆ json

default specialization

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

Definition at line 3422 of file json.hpp.

◆ ordered_json

using nlohmann::json_abi_v3_11_3::ordered_json = typedef basic_json<nlohmann::ordered_map>

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

Definition at line 14787 of file json.hpp.

◆ 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 24457 of file json.hpp.