DJSNObject

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(DJSNObject value)
Undocumented in source.
this
this(DJSNValue[string] values)
Undocumented in source.
this
this(bool[string] values)
Undocumented in source.
this
this(double[string] values)
Undocumented in source.
this
this(string[string] values)
Undocumented in source.

Members

Functions

clear
auto clear()
Undocumented in source. Be warned that the author may not have intended to support it.
dup
DJSNValue dup()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(DJSNObject value)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(DJSNValue[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(string[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DJSNValue opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DJSNValue opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(T value, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(T value, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(T values, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(T value, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(T value, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(T values, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
DJSNValue remove(string name)
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

fields
auto fields [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
auto values [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
DJSNValue[string] values [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
T[string] values [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta