- 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.