EntryValue

Object for holding the entry value

Constructors

this
this(T value)

Takes in the value

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

boolean
bool boolean [@property getter]

Get the bool value, if the value is a bool

floating
double floating [@property getter]

Get the float/double value, if the value is a float/double

get
inout(T) get [@property getter]

Gets the value of the object, depending on the type given (T)

integer
long integer [@property getter]

Get the int/long value, if the value is a int/long

isNull
bool isNull [@property getter]
str
string str [@property getter]

Get the string value, if the value is a string

type
EntryValueType type [@property getter]

Get the values EntryValueType type

uinteger
ulong uinteger [@property getter]

Get the uint/ulong value, if the value is a uing/ulong

Unions

Store
union Store

Union for storing each type of value

Meta