Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs
Teuchos_FancyOStream.hpp File Reference
#include "Teuchos_RCP.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_as.hpp"
#include <deque>
Include dependency graph for Teuchos_FancyOStream.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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::basic_FancyOStream< CharT, Traits >
 std::ostream subclass that performs the magic of indenting data sent to an std::ostream object among other things. More...
 
class  Teuchos::basic_OSTab< CharT, Traits >
 Tabbing class for helping to create formated, indented output for a basic_FancyOStream object. More...
 

Namespaces

 Teuchos
 

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
 

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.