Classes | |
class | Teuchos::basic_oblackholestream< _CharT, _Traits > |
basic_ostream<> subclass that does nothing but discard output. More... | |
class | Teuchos::Describable |
Base class for all objects that can describe themselves and their current state. More... | |
class | Teuchos::basic_FancyOStream_buf< CharT, Traits > |
Stream buffering class that performs the magic of indenting data sent to an std::ostream object. More... | |
class | Teuchos::LabeledObject |
Base class for objects that contain a std::string label. More... | |
class | Teuchos::VerboseObjectBase |
Non-templated base class for objects that can print their activities to a stream. More... | |
Defines | |
#define | TEUCHOS_OSTAB ::Teuchos::OSTab __localThisTab = this->getOSTab() |
| |
Typedefs | |
typedef basic_FancyOStream< char > | Teuchos::FancyOStream |
| |
typedef basic_OSTab< char > | Teuchos::OSTab |
| |
typedef basic_oblackholestream < char, std::char_traits< char > > | Teuchos::oblackholestream |
| |
Enumerations | |
enum | Teuchos::EVerbosityLevel { Teuchos::VERB_DEFAULT = -1, Teuchos::VERB_NONE = 0, Teuchos::VERB_LOW = 1, Teuchos::VERB_MEDIUM = 2, Teuchos::VERB_HIGH = 3, Teuchos::VERB_EXTREME = 4 } |
Verbosity level. More... | |
Functions | |
std::string | Teuchos::toString (const EVerbosityLevel verbLevel) |
Return a std::string representation of the verbosity level. |
#define TEUCHOS_OSTAB ::Teuchos::OSTab __localThisTab = this->getOSTab() |
typedef basic_FancyOStream<char> Teuchos::FancyOStream |
typedef basic_oblackholestream<char,std::char_traits<char> > Teuchos::oblackholestream |
typedef basic_OSTab<char> Teuchos::OSTab |
Verbosity level.
Definition at line 48 of file Teuchos_VerbosityLevel.hpp.
std::string Teuchos::toString | ( | const EVerbosityLevel | verbLevel | ) |
Return a std::string representation of the verbosity level.
Definition at line 51 of file Teuchos_VerbosityLevel.cpp.