![]() |
DAW JSON Link
|
#include <daw_json_link_types.h>
Public Types | |
using | base_type = json_details::unwrap_type< String, Nullable > |
using | constructor_t = Constructor |
using | i_am_a_json_type = void |
using | parse_to_t = std::invoke_result_t< Constructor, char const *, char const * > |
using | wrapped_type = String |
Static Public Attributes | |
static constexpr JsonParseTypes | base_expected_type |
static constexpr EightBitModes | eight_bit_mode = EightBitMode |
static constexpr JsonNullable | empty_is_null = EmptyStringNull |
static constexpr JsonParseTypes | expected_type |
static constexpr daw::string_view | name = Name |
static constexpr bool | nullable = Nullable == JsonNullable::Nullable |
static constexpr JsonBaseParseTypes | underlying_json_type |
Member is an escaped string and requires unescaping and escaping of string data
Name | of json member |
String | result type constructed by Constructor |
Constructor | a callable taking as arguments ( InputIterator, InputIterator ). If others are needed use the Constructor callable convert |
EmptyStringNull | if string is empty, call Constructor with no arguments |
EightBitMode | Allow filtering of characters with the MSB set |
Nullable | Can the member be missing or have a null value |
Member is an escaped string and requires unescaping and escaping of string data
Name | of json member |
String | result type constructed by Constructor |
Constructor | a callable taking as arguments ( char const *, std::size_t ) |
EmptyStringNull | if string is empty, call Constructor with no arguments |
EightBitMode | Allow filtering of characters with the MSB set |
Nullable | Can the member be missing or have a null value |
using DAW_JSON_NS::json_string< Name, String, Constructor, EmptyStringNull, EightBitMode, Nullable >::base_type = json_details::unwrap_type<String, Nullable> |
using DAW_JSON_NS::json_string< Name, String, Constructor, EmptyStringNull, EightBitMode, Nullable >::constructor_t = Constructor |
using DAW_JSON_NS::json_string< Name, String, Constructor, EmptyStringNull, EightBitMode, Nullable >::i_am_a_json_type = void |
using DAW_JSON_NS::json_string< Name, String, Constructor, EmptyStringNull, EightBitMode, Nullable >::parse_to_t = std::invoke_result_t<Constructor, char const *, char const *> |
using DAW_JSON_NS::json_string< Name, String, Constructor, EmptyStringNull, EightBitMode, Nullable >::wrapped_type = String |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |