All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
rapidjson::GenericValue< Encoding, Allocator >::Data Union Reference

#include <document.h>

Public Attributes

String s
 
ShortString ss
 
Number n
 
Object o
 
Array a
 

Detailed Description

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

Definition at line 1532 of file document.h.

Member Data Documentation

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

Definition at line 1537 of file document.h.

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

Definition at line 1535 of file document.h.

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

Definition at line 1536 of file document.h.

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

Definition at line 1533 of file document.h.

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

Definition at line 1534 of file document.h.


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