libalvalue  1.14
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes
AL::ALValue::unionValue Union Reference

unionValue is a union to different type of ALValue. More...

#include <alvalue/alvalue.h>

List of all members.

Public Attributes

TAlValueArrayasArray
TALValueBool asBool
TALValueInt asInt
TALValueFloat asFloat
TALValueStringasString
TAlValueBinaryDataasObject
TAlValueBinaryDataasBinary

Detailed Description

unionValue is a union to different type of ALValue.

Definition at line 119 of file alvalue.h.


Member Data Documentation

TAlValueArray* AL::ALValue::unionValue::asArray

Used for vector of ALValue

Definition at line 120 of file alvalue.h.

TAlValueBinaryData* AL::ALValue::unionValue::asBinary

Used for binary data

Definition at line 126 of file alvalue.h.

TALValueBool AL::ALValue::unionValue::asBool

Used for boolean

Definition at line 121 of file alvalue.h.

TALValueFloat AL::ALValue::unionValue::asFloat

Used for float and double

Definition at line 123 of file alvalue.h.

TALValueInt AL::ALValue::unionValue::asInt

Used for integer

Definition at line 122 of file alvalue.h.

TAlValueBinaryData* AL::ALValue::unionValue::asObject

Used for binary object

Definition at line 125 of file alvalue.h.

TALValueString* AL::ALValue::unionValue::asString

Used for std::string

Definition at line 124 of file alvalue.h.


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