#include <AnasaziOutputManager.hpp>
Inheritance diagram for Anasazi::OutputManager< ScalarType >:

Public Member Functions | |
Constructors/Destructor | |
| OutputManager (int vb=Anasazi::Errors) | |
| Default constructor. | |
| virtual | ~OutputManager () |
| Destructor. | |
Set/Get methods | |
| virtual void | setVerbosity (int vb) |
| Set the message output types for this manager. | |
| virtual int | getVerbosity () const |
| Get the message output types for this manager. | |
Output methods | |
| virtual bool | isVerbosity (MsgType type) const =0 |
| Find out whether we need to print out information for this message type. | |
| virtual void | print (MsgType type, const std::string output)=0 |
| Send output to the output manager. | |
| virtual std::ostream & | stream (MsgType type)=0 |
| Create a stream for outputting to. | |
| Anasazi::OutputManager< ScalarType >::OutputManager | ( | int | vb = Anasazi::Errors |
) | [inline] |
Default constructor.
| virtual Anasazi::OutputManager< ScalarType >::~OutputManager | ( | ) | [inline, virtual] |
Destructor.
| virtual void Anasazi::OutputManager< ScalarType >::setVerbosity | ( | int | vb | ) | [inline, virtual] |
Set the message output types for this manager.
| virtual int Anasazi::OutputManager< ScalarType >::getVerbosity | ( | ) | const [inline, virtual] |
Get the message output types for this manager.
| virtual bool Anasazi::OutputManager< ScalarType >::isVerbosity | ( | MsgType | type | ) | const [pure virtual] |
Find out whether we need to print out information for this message type.
This method is used by the solver to determine whether computations are necessary for this message type.
Implemented in Anasazi::BasicOutputManager< ScalarType >.
| virtual void Anasazi::OutputManager< ScalarType >::print | ( | MsgType | type, | |
| const std::string | output | |||
| ) | [pure virtual] |
| virtual std::ostream& Anasazi::OutputManager< ScalarType >::stream | ( | MsgType | type | ) | [pure virtual] |
1.4.7