DOOPString

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string newValue)
Undocumented in source.
this
this(T newValue)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
O empty(bool setEmpty)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
O opAssign(string newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
O opCall(string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
O opCall(string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
O opCall(T newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
opEqual
O opEqual(string aValue)
Undocumented in source. Be warned that the author may not have intended to support it.
opEqual
O opEqual(DOOPString aValue)
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.

Variables

_value
string _value;
Undocumented in source.

Meta