Anasazi
Version of the Day
|
Anasazi's basic output manager for sending information of select verbosity levels to the appropriate output stream. More...
#include <AnasaziBasicOutputManager.hpp>
Public Member Functions | |
Constructors/Destructor | |
BasicOutputManager (int vb=Anasazi::Errors, int rootRank=0) | |
Default constructor. More... | |
BasicOutputManager (int vb, const Teuchos::RCP< Teuchos::FancyOStream > &fos) | |
Constructor with specified verbosity and formatted output stream. More... | |
virtual | ~BasicOutputManager () |
Destructor. More... | |
Public Member Functions inherited from Anasazi::OutputManager< ScalarType > | |
OutputManager (int vb=Anasazi::Errors, const Teuchos::RCP< Teuchos::FancyOStream > &fos=Teuchos::getFancyOStream(Teuchos::rcpFromRef(std::cout))) | |
Default constructor. More... | |
virtual | ~OutputManager () |
Destructor. More... | |
virtual void | setVerbosity (int vb) |
Set the message output types for this manager. More... | |
virtual int | getVerbosity () const |
Get the message output types for this manager. More... | |
virtual void | setFancyOStream (const Teuchos::RCP< Teuchos::FancyOStream > &fos) |
Set the formatted output stream object for this manager. More... | |
virtual const Teuchos::RCP < Teuchos::FancyOStream > & | getFancyOStream () const |
Get the formatted output stream object for this manager. More... | |
virtual bool | isVerbosity (MsgType type) const |
Find out whether we need to print out information for this message type. More... | |
virtual void | print (MsgType type, const std::string output) |
Send output to the output manager. More... | |
virtual Teuchos::FancyOStream & | stream (MsgType type) |
Create a stream for outputting to. More... | |
Anasazi's basic output manager for sending information of select verbosity levels to the appropriate output stream.
Definition at line 68 of file AnasaziBasicOutputManager.hpp.
Anasazi::BasicOutputManager< ScalarType >::BasicOutputManager | ( | int | vb = Anasazi::Errors , |
int | rootRank = 0 |
||
) |
Default constructor.
Definition at line 104 of file AnasaziBasicOutputManager.hpp.
|
inline |
Constructor with specified verbosity and formatted output stream.
Definition at line 79 of file AnasaziBasicOutputManager.hpp.
|
inlinevirtual |
Destructor.
Definition at line 85 of file AnasaziBasicOutputManager.hpp.