Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_RCP.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_as.hpp"
#include <deque>
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 |
#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.