|
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 825 of file Teuchos_FancyOStream.hpp.
| #define TEUCHOS_OSTAB_DIFF | ( | DIFF | ) | ::Teuchos::OSTab DIFF ## __localThisTab = this->getOSTab() |
Definition at line 830 of file Teuchos_FancyOStream.hpp.
1.8.5