
Go to the source code of this file.
Classes | |
| class | BOOL3 |
| Container for unknown/false/true value. More... | |
Enumerations | |
| enum | BOOL3_VALUE { BOOL3_Unknown = -1, BOOL3_False = 0, BOOL3_True = 1 } |
Functions | |
| BOOL3_VALUE | operator! (BOOL3_VALUE rhs) |
| BOOL3_VALUE | operator&& (BOOL3_VALUE lhs, BOOL3_VALUE rhs) |
| BOOL3_VALUE | operator|| (BOOL3_VALUE lhs, BOOL3_VALUE rhs) |
BOOL3 definitions.
| enum BOOL3_VALUE |
BOOL3 enumeration values.
| BOOL3_VALUE operator! | ( | BOOL3_VALUE | rhs | ) | [inline] |
Logical negation.
| BOOL3_VALUE operator&& | ( | BOOL3_VALUE | lhs, | |
| BOOL3_VALUE | rhs | |||
| ) | [inline] |
Logical and.
| BOOL3_VALUE operator|| | ( | BOOL3_VALUE | lhs, | |
| BOOL3_VALUE | rhs | |||
| ) | [inline] |
Logical or.
1.6.1