Value

main value structure

Constructors

this
this(int from)

makes a value from an integer

this
this(string from)

makes a value from a string

this
this(int[] from)

makes a value from an integer array

this
this(string[] from)

makes a value from a string array

this
this(Structure from)

makes a value from a structure

Members

Functions

GetInt
int GetInt()

returns the value's contents as an integer

GetIntArray
int[] GetIntArray()

returns the value's contents as an integer array

GetString
string GetString()

returns the value's contents as a string

GetStringArray
string[] GetStringArray()

returns the value's contents as a string array

Static functions

Int
Value Int(int from)

makes a value from an integer

IntArray
Value IntArray(int[] from)

makes a value from an integer array

String
Value String(string from)

makes a value from a string

StringArray
Value StringArray(string[] from)

makes a value from a string array

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

isArray
bool isArray;
Undocumented in source.
type
ValueType type;
Undocumented in source.

Meta