Tristate

State being either yes, no or unknown.

Constructors

this
this(bool b)
Undocumented in source.

Members

Functions

opAssign
void opAssign(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Tristate opBinary(Tristate rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Tristate opBinary(Tristate rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Tristate opBinary(Tristate rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
Tristate opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

defaultCode
enum defaultCode;
Undocumented in source.
no
enum no;
Undocumented in source.
unknown
enum unknown;
Undocumented in source.
yes
enum yes;
Undocumented in source.

Meta