Regina Calculation Engine
Classes | Namespaces | Functions
nbooleans.h File Reference

Provides various types that extend the standard boolean. More...

#include <iostream>

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

namespace  regina
 

Contains the entire Regina calculation engine.


Functions

std::ostream & regina::operator<< (std::ostream &out, const NTriBool &set)
 Writes the given three-way boolean to the given output stream.
std::ostream & regina::operator<< (std::ostream &out, const NBoolSet &set)
 Writes the given boolean set to the given output stream.

Detailed Description

Provides various types that extend the standard boolean.


Copyright © 1999-2009, Ben Burton
This software is released under the GNU General Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).