Teuchos - Trilinos Tools Package
Version of the Day
|
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. 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... | |
Macros | |
#define | TEUCHOS_OSTAB ::Teuchos::OSTab __localThisTab = this->getOSTab() |
#define | TEUCHOS_OSTAB_DIFF(DIFF) ::Teuchos::OSTab DIFF ## __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 | |
TEUCHOSCORE_LIB_DLL_EXPORT std::string | Teuchos::toString (const EVerbosityLevel verbLevel) |
Return a std::string representation of the verbosity level. More... | |
#define TEUCHOS_OSTAB ::Teuchos::OSTab __localThisTab = this->getOSTab() |
Definition at line 857 of file Teuchos_FancyOStream.hpp.
#define TEUCHOS_OSTAB_DIFF | ( | DIFF | ) | ::Teuchos::OSTab DIFF ## __localThisTab = this->getOSTab() |
Definition at line 862 of file Teuchos_FancyOStream.hpp.
typedef basic_FancyOStream<char> Teuchos::FancyOStream |
Definition at line 845 of file Teuchos_FancyOStream.hpp.
typedef basic_OSTab<char> Teuchos::OSTab |
Definition at line 851 of file Teuchos_FancyOStream.hpp.
typedef basic_oblackholestream<char,std::char_traits<char> > Teuchos::oblackholestream |
Definition at line 51 of file Teuchos_oblackholestream.hpp.
Verbosity level.
Definition at line 62 of file Teuchos_VerbosityLevel.hpp.
std::string Teuchos::toString | ( | const EVerbosityLevel | verbLevel | ) |
Return a std::string representation of the verbosity level.
Needed for serialization KLN 23/09/2010
Definition at line 64 of file Teuchos_VerbosityLevel.cpp.