DAW JSON Link
Public Types | Static Public Attributes | List of all members
daw::json::DAW_JSON_VER::json_tuple< Name, Tuple, Constructor, Options > Struct Template Reference

#include <daw_json_link_types.h>

Inheritance diagram for daw::json::DAW_JSON_VER::json_tuple< Name, Tuple, Constructor, Options >:
daw::json::DAW_JSON_VER::json_base::json_tuple< Tuple, Constructor, Options >

Public Types

template<JSONNAMETYPE NewName>
using with_name = json_tuple< NewName, Tuple, Constructor, Options >
 
using without_name = json_base::json_tuple< Tuple, Constructor, Options >
 
- Public Types inherited from daw::json::DAW_JSON_VER::json_base::json_tuple< Tuple, Constructor, Options >
using base_type = json_details::unwrap_type< Tuple, nullable >
 
using constructor_t = json_details::json_class_constructor_t< base_type, Constructor >
 
using i_am_a_json_type = void
 
using parse_to_t = typename json_details::construction_result< nullable !=JsonNullable::MustExist, Constructor, base_type >::type
 
template<JSONNAMETYPE NewName>
using with_name = daw::json::json_tuple< NewName, Tuple, Constructor, Options >
 
using without_name = json_tuple
 
using wrapped_type = Tuple
 

Static Public Attributes

static constexpr daw::string_view name = Name
 
- Static Public Attributes inherited from daw::json::DAW_JSON_VER::json_base::json_tuple< Tuple, Constructor, Options >
static constexpr JsonParseTypes base_expected_type
 
static constexpr JsonParseTypes expected_type
 
static constexpr bool force_aggregate_construction = false
 
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
 

Member Typedef Documentation

◆ with_name

template<JSONNAMETYPE Name, typename Tuple , typename Constructor , json_details::json_options_t Options>
template<JSONNAMETYPE NewName>
using daw::json::DAW_JSON_VER::json_tuple< Name, Tuple, Constructor, Options >::with_name = json_tuple<NewName, Tuple, Constructor, Options>

◆ without_name

template<JSONNAMETYPE Name, typename Tuple , typename Constructor , json_details::json_options_t Options>
using daw::json::DAW_JSON_VER::json_tuple< Name, Tuple, Constructor, Options >::without_name = json_base::json_tuple<Tuple, Constructor, Options>

Member Data Documentation

◆ name

template<JSONNAMETYPE Name, typename Tuple , typename Constructor , json_details::json_options_t Options>
constexpr daw::string_view daw::json::DAW_JSON_VER::json_tuple< Name, Tuple, Constructor, Options >::name = Name
staticconstexpr

The documentation for this struct was generated from the following file: