basic_FancyOStream object.
More...
#include <Teuchos_FancyOStream.hpp>
Public Member Functions | |
| basic_OSTab (const RefCountPtr< basic_FancyOStream< CharT, Traits > > &fancyOStream, const int tabs=1, const std::basic_string< CharT, Traits > linePrefix="") | |
| | |
| basic_OSTab (basic_FancyOStream< CharT, Traits > &fancyOStream, const int tabs=1, const std::basic_string< CharT, Traits > linePrefix="") | |
| | |
| basic_OSTab (const basic_OSTab &osTab) | |
| | |
| ~basic_OSTab () | |
| | |
| basic_OSTab< CharT, Traits > & | operator= (const basic_OSTab &osTab) |
| | |
| basic_OSTab< CharT, Traits > & | incrTab (const int tabs=1) |
| | |
| RefCountPtr< basic_FancyOStream< CharT, Traits > > | getOStream () const |
| | |
| basic_FancyOStream< CharT, Traits > & | operator() () const |
| | |
Static Public Attributes | |
| const int | DISABLE_TABBING = -99999 |
| | |
basic_FancyOStream object.
Use the typedef OSStream for support for the char character type.
This class is used to create tab indents and set line prefix names for output that is generated by a basic_FancyOStream object.
Definition at line 471 of file Teuchos_FancyOStream.hpp.
|
||||||||||||||||||||
|
Definition at line 478 of file Teuchos_FancyOStream.hpp. |
|
||||||||||||||||||||
|
Definition at line 490 of file Teuchos_FancyOStream.hpp. |
|
||||||||||
|
Definition at line 502 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 509 of file Teuchos_FancyOStream.hpp. |
|
||||||||||
|
Definition at line 520 of file Teuchos_FancyOStream.hpp. |
|
||||||||||
|
Definition at line 528 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 538 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 543 of file Teuchos_FancyOStream.hpp. |
|
|||||
|
Definition at line 476 of file Teuchos_FancyOStream.hpp. |
1.3.9.1