#include <Teuchos_FancyOStream.hpp>
Public Types | |
| typedef CharT | char_type |
| | |
| typedef Traits | traits_type |
| | |
| typedef traits_type::int_type | int_type |
| | |
| typedef traits_type::pos_type | pos_type |
| | |
| typedef traits_type::off_type | off_type |
| | |
Public Member Functions | |
| basic_FancyOStream_buf (const RefCountPtr< std::basic_ostream< char_type, traits_type > > &oStream, const std::basic_string< char_type, traits_type > &tabIndentStr, const int startingTab, const bool showLinePrefix, const int maxLenLinePrefix, const bool showTabCount, const bool showProcRank) | |
| | |
| void | initialize (const RefCountPtr< std::basic_ostream< char_type, traits_type > > &oStream, const std::basic_string< char_type, traits_type > &tabIndentStr, const int startingTab, const bool showLinePrefix, const int maxLenLinePrefix, const bool showTabCount, const bool showProcRank) |
| | |
| RefCountPtr< std::basic_ostream< char_type, traits_type > > | getOStream () |
| | |
| void | setTabIndentStr (const std::basic_string< char_type, traits_type > &tabIndentStr) |
| | |
| const std::basic_string< char_type, traits_type > & | getTabIndentStr () const |
| | |
| void | setShowLinePrefix (const bool showLinePrefix) |
| | |
| bool | getShowLinePrefix () const |
| | |
| void | setMaxLenLinePrefix (const int maxLenLinePrefix) |
| | |
| int | getMaxLenLinePrefix () const |
| | |
| void | setShowTabCount (const bool showTabCount) |
| | |
| bool | getShowTabCount () const |
| | |
| void | setShowProcRank (const bool showProcRank) |
| | |
| bool | getShowProcRank () const |
| | |
| void | setProcRankAndSize (const int procRank, const int numProcs) |
| | |
| int | getProcRank () const |
| | |
| int | getNumProcs () const |
| | |
| void | setOutputToRootOnly (const int rootRank) |
| | |
| int | getOutputToRootOnly () const |
| | |
| void | pushTab (const int tabs) |
| | |
| void | popTab () |
| | |
| void | pushLinePrefix (const std::basic_string< char_type, traits_type > &linePrefix) |
| | |
| void | popLinePrefix () |
| | |
| const std::basic_string< char_type, traits_type > & | getTopLinePrefix () const |
| | |
| void | pushDisableTabbing () |
| | |
| void | popDisableTabbing () |
| | |
Protected Member Functions | |
Protected overridden functions from std::basic_streambuf | |
| std::streamsize | xsputn (const char_type *s, std::streamsize n) |
| | |
| int_type | overflow (int_type c) |
| | |
Note, this is not a user-level class. Users should use basic_FancyOStream.
Definition at line 48 of file Teuchos_FancyOStream.hpp.
|
|||||
|
Definition at line 53 of file Teuchos_FancyOStream.hpp. |
|
|||||
|
Definition at line 55 of file Teuchos_FancyOStream.hpp. |
|
|||||
|
Definition at line 57 of file Teuchos_FancyOStream.hpp. |
|
|||||
|
Definition at line 59 of file Teuchos_FancyOStream.hpp. |
|
|||||
|
Definition at line 61 of file Teuchos_FancyOStream.hpp. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 593 of file Teuchos_FancyOStream.hpp. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 607 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 637 of file Teuchos_FancyOStream.hpp. |
|
||||||||||
|
Definition at line 643 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 650 of file Teuchos_FancyOStream.hpp. |
|
||||||||||
|
Definition at line 656 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 662 of file Teuchos_FancyOStream.hpp. |
|
||||||||||
|
Definition at line 668 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 675 of file Teuchos_FancyOStream.hpp. |
|
||||||||||
|
Definition at line 681 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 687 of file Teuchos_FancyOStream.hpp. |
|
||||||||||
|
Definition at line 693 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 699 of file Teuchos_FancyOStream.hpp. |
|
||||||||||||||||
|
Definition at line 705 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 712 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 718 of file Teuchos_FancyOStream.hpp. |
|
||||||||||
|
Definition at line 724 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 745 of file Teuchos_FancyOStream.hpp. |
|
||||||||||
|
Definition at line 751 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 758 of file Teuchos_FancyOStream.hpp. |
|
||||||||||
|
Definition at line 765 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 772 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 779 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 785 of file Teuchos_FancyOStream.hpp. |
|
|||||||||
|
Definition at line 791 of file Teuchos_FancyOStream.hpp. |
|
||||||||||||||||
|
Definition at line 799 of file Teuchos_FancyOStream.hpp. |
|
||||||||||
|
Definition at line 810 of file Teuchos_FancyOStream.hpp. |
1.3.9.1