libalvalue  1.14.5
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
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

Used for vector of ALValue

Definition at line 120 of file alvalue.h.

Used for binary data

Definition at line 126 of file alvalue.h.

Used for boolean

Definition at line 121 of file alvalue.h.

Used for float and double

Definition at line 123 of file alvalue.h.

Used for integer

Definition at line 122 of file alvalue.h.

Used for binary object

Definition at line 125 of file alvalue.h.

Used for std::string

Definition at line 124 of file alvalue.h.


The documentation for this union was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines