Public Attributes | List of all members
GenericValue< Encoding, Allocator >::Data Union Reference

#include <document.h>

Public Attributes

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

Detailed Description

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

Definition at line 2013 of file document.h.

Member Data Documentation

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

Definition at line 2018 of file document.h.

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

Definition at line 2019 of file document.h.

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

Definition at line 2016 of file document.h.

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

Definition at line 2017 of file document.h.

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

Definition at line 2014 of file document.h.

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

Definition at line 2015 of file document.h.


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