TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
G3D::Any::Data::Value Union Reference

#include <Any.h>

Public Member Functions

 Value ()
 

Public Attributes

std::string * s
 
Array< Any > * a
 
AnyTablet
 

Detailed Description

ARRAY, TABLE, or STRING value only. NULL otherwise.

Constructor & Destructor Documentation

G3D::Any::Data::Value::Value ( )
inline
237 : s(NULL) {}
arena_t NULL
Definition: jemalloc_internal.h:624
std::string * s
Definition: Any.h:234

Member Data Documentation

Array<Any>* G3D::Any::Data::Value::a
std::string* G3D::Any::Data::Value::s
AnyTable* G3D::Any::Data::Value::t

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