Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Typedefs | Enumerations | Functions
Teuchos Outputting Utilities

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
ArrayView< const
EVerbosityLevel > 
Teuchos::getValidVerbLevels ()
 
TEUCHOSCORE_LIB_DLL_EXPORT
ArrayView< const std::string > 
Teuchos::getValidVerbLevelsNames ()
 
TEUCHOSCORE_LIB_DLL_EXPORT
ArrayView< const char *const > 
Teuchos::getValidVerbLevelsNamesRawStrings ()
 
TEUCHOSCORE_LIB_DLL_EXPORT
std::string 
Teuchos::toString (const EVerbosityLevel verbLevel)
 Return a std::string representation of the verbosity level. More...
 

Detailed Description

Macro Definition Documentation

#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 Documentation

typedef basic_FancyOStream<char> Teuchos::FancyOStream

Examples:
FancyOutputting_test.cpp.

Definition at line 845 of file Teuchos_FancyOStream.hpp.

typedef basic_OSTab<char> Teuchos::OSTab

Examples:
FancyOutputting_test.cpp.

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.

Enumeration Type Documentation

Verbosity level.

Enumerator
VERB_DEFAULT 

Generate output as defined by the object.

VERB_NONE 

Generate no output.

VERB_LOW 

Generate only a minimal amount of output.

VERB_MEDIUM 

Generate more output.

VERB_HIGH 

Generate a high level of output.

VERB_EXTREME 

Generate the most output possible.

Definition at line 63 of file Teuchos_VerbosityLevel.hpp.

Function Documentation

Teuchos::ArrayView< const Teuchos::EVerbosityLevel > Teuchos::getValidVerbLevels ( )

Get static array view of verbosity levels enums.

Definition at line 47 of file Teuchos_VerbosityLevel.cpp.

Teuchos::ArrayView< const std::string > Teuchos::getValidVerbLevelsNames ( )

Get static array view of verbosity levels string names as array of std::string strings.

Definition at line 62 of file Teuchos_VerbosityLevel.cpp.

Teuchos::ArrayView< const char *const > Teuchos::getValidVerbLevelsNamesRawStrings ( )

Get static array view of verbosity levels string names as array of null-terminated strings.

Definition at line 77 of file Teuchos_VerbosityLevel.cpp.

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 89 of file Teuchos_VerbosityLevel.cpp.