BOOL3 Class Reference
Container for unknown/false/true value.
More...
#include <mi32/bool3.h>
List of all members.
Detailed Description
Container for unknown/false/true value.
Size is 1 byte, values are -1, 0, 1.
Constructor & Destructor Documentation
| BOOL3::BOOL3 |
( |
BOOL3_VALUE |
value = BOOL3_Unknown |
) |
[inline] |
Construct with specified value, default of Unknown.
- Parameters:
-
| BOOL3::BOOL3 |
( |
bool |
value |
) |
[inline] |
Construct from bool value.
- Parameters:
-
Member Function Documentation
| BOOL3& BOOL3::operator= |
( |
bool |
value |
) |
[inline] |
Assign from bool value.
- Parameters:
-
Assign value.
- Parameters:
-
The documentation for this class was generated from the following file: