DJSONBoolean

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(bool value)
Undocumented in source.
this
this(int value)
Undocumented in source.
this
this(double value)
Undocumented in source.
this
this(string value)
Undocumented in source.
this
this(DJSONBoolean value)
Undocumented in source.
this
this(DJSONValue value)
Undocumented in source.

Alias This

value

Members

Functions

dup
DJSONValue dup()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(T newValue)
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

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
bool value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
int value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
double value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
DJSONBoolean value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
DJSONValue value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
bool value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_value
bool _value;
Undocumented in source.

Meta