tristate.h File Reference
Go to the source code of this file.
Functions | |
| bool | operator!= (bool boolValue, tristate tsValue) |
Inequality operator comparing a bool value boolValue and a tristate value tsValue. | |
| bool | operator!= (tristate tsValue, bool boolValue) |
Inequality operator comparing a tristate value tsValue and a bool value boolValue. | |
| bool | operator== (tristate tsValue, bool boolValue) |
Equality operator comparing a tristate value tsValue and a bool value boolValue. | |
| bool | operator== (bool boolValue, tristate tsValue) |
Equality operator comparing a bool value boolValue and a tristate value tsValue. | |
Variables | |
| static const char | cancelled = 2 |
| cancelled value, in most cases usable if there is a need for returning cancelled value explicitly. | |
| static const char | dontKnow = cancelled |
| Convenience name, the same as cancelled value. | |
Function Documentation
|
||||||||||||
|
Inequality operator comparing a tristate value
Definition at line 204 of file tristate.h. References tristate::m_value. |
|
||||||||||||
|
Inequality operator comparing a bool value
Definition at line 194 of file tristate.h. References tristate::m_value. |
|
||||||||||||
|
Equality operator comparing a bool value
Definition at line 230 of file tristate.h. References tristate::m_value. |
|
||||||||||||
|
Equality operator comparing a tristate value
Definition at line 217 of file tristate.h. References tristate::m_value. |
Variable Documentation
|
|
|
Convenience name, the same as cancelled value.
Definition at line 44 of file tristate.h. |
