Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
GenericValue< Encoding, Allocator >::Data Union Reference
Collaboration diagram for GenericValue< Encoding, Allocator >::Data:

Public Attributes

String s
ShortString ss
Number n
ObjectData o
ArrayData a
Flag f

Detailed Description

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
union GenericValue< Encoding, Allocator >::Data

Definition at line 2099 of file document.h.

Member Data Documentation

◆ a

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
ArrayData GenericValue< Encoding, Allocator >::Data::a

Definition at line 2104 of file document.h.

◆ f

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
Flag GenericValue< Encoding, Allocator >::Data::f

Definition at line 2105 of file document.h.

◆ n

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
Number GenericValue< Encoding, Allocator >::Data::n

Definition at line 2102 of file document.h.

◆ o

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
ObjectData GenericValue< Encoding, Allocator >::Data::o

Definition at line 2103 of file document.h.

◆ s

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
String GenericValue< Encoding, Allocator >::Data::s

Definition at line 2100 of file document.h.

◆ ss

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
ShortString GenericValue< Encoding, Allocator >::Data::ss

Definition at line 2101 of file document.h.


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