Regina 7.3 Calculation Engine
|
Provides a common interface for human-readable text output. More...
Classes | |
struct | regina::Output< T, supportsUtf8 > |
A common base class for objects that write human-readable text output. More... | |
struct | regina::ShortOutput< T, supportsUtf8 > |
A common base class for objects that provide short text output only. More... | |
struct | regina::OutputBase< T > |
Provides a type alias to help identify where in the class hierarchy the output functions T::str() and T::detail() are implemented. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
template<class T , bool supportsUtf8> | |
std::ostream & | regina::operator<< (std::ostream &out, const Output< T, supportsUtf8 > &object) |
Writes the short text representation of the given object to the given output stream. More... | |
Provides a common interface for human-readable text output.