|
CIM++ Adapted CIM_SINERGIEN Codebase
|
#include <Boolean.h>
Public Member Functions | |
| Boolean (bool value) | |
| Boolean & | operator= (bool &rop) |
| operator bool () | |
Public Attributes | |
| bool | value |
Friends | |
| std::istream & | operator>> (std::istream &lop, Boolean &rop) |
A type with the value space "true" and "false".
1.8.11