TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
GenericValue< Encoding, Allocator >::Data Union Reference

#include <document.h>

Public Attributes

String s
 
ShortString ss
 
Number n
 
Object o
 
Array a
 

Member Data Documentation

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
Array GenericValue< Encoding, Allocator >::Data::a
template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
Number GenericValue< Encoding, Allocator >::Data::n
template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
Object GenericValue< Encoding, Allocator >::Data::o
template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
String GenericValue< Encoding, Allocator >::Data::s
template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
ShortString GenericValue< Encoding, Allocator >::Data::ss

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