|
| | basic_OSTab (const RCP< basic_FancyOStream< CharT, Traits > > &fancyOStream, const int tabs=1, const std::basic_string< CharT, Traits > linePrefix="") |
| |
| | basic_OSTab (const RCP< std::basic_ostream< CharT, Traits > > &oStream, 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="") |
| | Warning: Only call this constructor for stack-based object. More...
|
| |
| | basic_OSTab (std::basic_ostream< CharT, Traits > &oStream, const int tabs=1, const std::basic_string< CharT, Traits > linePrefix="") |
| | Warning: Only call this constructor for stack-based object. More...
|
| |
| | 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) |
| |
basic_FancyOStream< CharT,
Traits > & | o () const |
| |
basic_FancyOStream< CharT,
Traits > * | get () const |
| |
template<typename CharT, typename Traits = std::char_traits<CharT>>
class Teuchos::basic_OSTab< CharT, Traits >
Tabbing class for helping to create formated, indented output for a 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.
- Examples:
- ArrayRCP_test.cpp.
Definition at line 653 of file Teuchos_FancyOStream.hpp.