![]() |
DAW JSON Link
|
#include <daw_json_link_types.h>
Public Types | |
using | base_type = json_details::unwrapped_t< T, nullable > |
using | constructor_t = FromJsonConverter |
using | from_converter_t = FromJsonConverter |
using | i_am_a_json_type = void |
using | parse_to_t = typename json_details::construction_result< nullable !=JsonNullable::MustExist, FromJsonConverter, std::string_view >::type |
using | to_converter_t = ToJsonConverter |
template<JSONNAMETYPE NewName> | |
using | with_name = daw::json::json_custom< NewName, T, FromJsonConverter, ToJsonConverter, Options > |
using | without_name = json_custom |
Static Public Attributes | |
static constexpr JsonParseTypes | base_expected_type |
static constexpr JsonCustomTypes | custom_json_type |
static constexpr JsonParseTypes | expected_type |
static constexpr bool | must_be_class_member = false |
static constexpr daw::string_view | name = no_name |
static constexpr JsonNullable | nullable |
static constexpr JsonBaseParseTypes | underlying_json_type |
using daw::json::DAW_JSON_VER::json_base::json_custom< T, FromJsonConverter, ToJsonConverter, Options >::base_type = json_details::unwrapped_t<T, nullable> |
using daw::json::DAW_JSON_VER::json_base::json_custom< T, FromJsonConverter, ToJsonConverter, Options >::constructor_t = FromJsonConverter |
using daw::json::DAW_JSON_VER::json_base::json_custom< T, FromJsonConverter, ToJsonConverter, Options >::from_converter_t = FromJsonConverter |
using daw::json::DAW_JSON_VER::json_base::json_custom< T, FromJsonConverter, ToJsonConverter, Options >::i_am_a_json_type = void |
using daw::json::DAW_JSON_VER::json_base::json_custom< T, FromJsonConverter, ToJsonConverter, Options >::parse_to_t = typename json_details::construction_result< nullable != JsonNullable::MustExist, FromJsonConverter, std::string_view>::type |
using daw::json::DAW_JSON_VER::json_base::json_custom< T, FromJsonConverter, ToJsonConverter, Options >::to_converter_t = ToJsonConverter |
using daw::json::DAW_JSON_VER::json_base::json_custom< T, FromJsonConverter, ToJsonConverter, Options >::with_name = daw::json::json_custom<NewName, T, FromJsonConverter, ToJsonConverter, Options> |
using daw::json::DAW_JSON_VER::json_base::json_custom< T, FromJsonConverter, ToJsonConverter, Options >::without_name = json_custom |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |