Regina Calculation Engine
|
Provides various types that extend the standard boolean. More...
Classes | |
class | regina::NTriBool |
A three-way extension of the boolean type. More... | |
class | regina::NTriBool_Illegal_Integer_Conversion |
An exception thrown when an illegal integer conversion is attempted with NTriBool. More... | |
class | regina::NBoolSet |
A set of booleans. More... | |
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Functions | |
REGINA_API std::ostream & | regina::operator<< (std::ostream &out, const NTriBool &set) |
Writes the given three-way boolean to the given output stream. More... | |
REGINA_API std::ostream & | regina::operator<< (std::ostream &out, const NBoolSet &set) |
Writes the given boolean set to the given output stream. More... | |
Provides various types that extend the standard boolean.