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

Public Member Functions

 SimpleValue ()
 
 SimpleValue (bool x)
 
 SimpleValue (double x)
 

Public Attributes

bool b
 
double n
 

Detailed Description

NIL, BOOLEAN, and NUMBER are stored directly in the Any

Constructor & Destructor Documentation

G3D::Any::SimpleValue::SimpleValue ( )
inline
220 : n(0.0) {}
double n
Definition: Any.h:218
G3D::Any::SimpleValue::SimpleValue ( bool  x)
inline
221 : b(x) {}
bool b
Definition: Any.h:217
G3D::int16 x
Definition: Vector2int16.h:37
G3D::Any::SimpleValue::SimpleValue ( double  x)
inline
222 : n(x) {}
double n
Definition: Any.h:218
G3D::int16 x
Definition: Vector2int16.h:37

Member Data Documentation

bool G3D::Any::SimpleValue::b
double G3D::Any::SimpleValue::n

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