DJSObj

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string aName)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(string value)
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

getters
string[string] getters [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
getters
auto getters [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
auto name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
setters
string[string] setters [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
setters
auto setters [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
string[string] values [@property setter]
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.

Variables

_getters
string[string] _getters;
Undocumented in source.
_name
string _name;
Undocumented in source.
_setters
string[string] _setters;
Undocumented in source.
_values
string[string] _values;
Undocumented in source.

Inherited Members

From DJSRoot

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

Meta