TOMLValue

Value of a TOML value.

struct TOMLValue {}

Constructors

this
this(T value)
Undocumented in source.

Members

Functions

append
void append(Output appender)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref TOMLValue) @(safe) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref const TOMLValue) @(safe) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, scope ref TOMLValue) @(safe) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, scope ref const TOMLValue) @(safe) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref const TOMLValue) @(safe) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, scope ref const TOMLValue) @(safe) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref TOMLValue) @(safe) pure dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref const TOMLValue) @(safe) pure dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, scope ref TOMLValue) @(safe) pure dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, scope ref const TOMLValue) @(safe) pure dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref const TOMLValue) @(safe) pure dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, scope ref const TOMLValue) @(safe) pure dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref TOMLValue) @(system) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref const TOMLValue) @(system) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, scope ref TOMLValue) @(system) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, scope ref const TOMLValue) @(system) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref const TOMLValue) @(system) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, scope ref const TOMLValue) @(system) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref TOMLValue) @(system) pure dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref const TOMLValue) @(system) pure dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, scope ref TOMLValue) @(system) pure dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, scope ref const TOMLValue) @(system) pure dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref const TOMLValue) @(system) pure dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, scope ref const TOMLValue) @(system) pure dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref TOMLValue) @(system) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref TOMLValue) @(safe) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref const TOMLValue) @(system) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string, ref const TOMLValue) @(safe) 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
inout(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
inout(TOMLValue) opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(TOMLValue) opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
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
inout(TOMLValue[]) array [@property getter]
boolean
bool boolean [@property getter]
floating
double floating [@property getter]
integer
long integer [@property getter]
localDate
inout(Date) localDate [@property getter]
localDatetime
inout(DateTime) localDatetime [@property getter]
localTime
inout(TimeOfDay) localTime [@property getter]
offsetDatetime
inout(SysTime) offsetDatetime [@property getter]
str
string str [@property getter]
table
inout(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