TOMLValue

Value of a TOML value.

Constructors

this
this(T value)
Undocumented in source.

Members

Functions

append
void append(Appender!string appender)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref TOMLValue) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
TOMLValue* opBinaryRight(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
TOMLValue opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
TOMLValue opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

array
TOMLValue[] array [@property getter]
floating
double floating [@property getter]
integer
long integer [@property getter]
localDate
Date localDate [@property getter]
localDatetime
DateTime localDatetime [@property getter]
localTime
TimeOfDay localTime [@property getter]
offsetDatetime
SysTime offsetDatetime [@property getter]
str
string str [@property getter]
table
TOMLValue[string] table [@property getter]
type
TOML_TYPE type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta