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