#include <iostream>
Namespaces | |
namespace | regina |
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... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, const NTriBool &set) |
Writes the given three-way boolean to the given output stream. | |
std::ostream & | operator<< (std::ostream &out, const NBoolSet &set) |
Writes the given boolean set to the given output stream. |