#include <Teuchos_basic_oblackholestream.hpp>
Public Types | |
| typedef _CharT | char_type |
| typedef _Traits::int_type | int_type |
| typedef _Traits::pos_type | pos_type |
| typedef _Traits::off_type | off_type |
| typedef _Traits | traits_type |
| typedef std::basic_streambuf< _CharT, _Traits > | __streambuf_type |
| typedef std::basic_ios< _CharT, _Traits > | __ios_type |
| typedef std::basic_ostream< _CharT, _Traits > | __ostream_type |
Public Member Functions | |
| basic_oblackholestream () | |
| virtual | ~basic_oblackholestream () |
| __ostream_type & | operator<< (__ostream_type &(*__pf)(__ostream_type &)) |
| __ostream_type & | operator<< (__ios_type &(*__pf)(__ios_type &)) |
| __ostream_type & | operator<< (std::ios_base &(*__pf)(std::ios_base &)) |
| __ostream_type & | operator<< (long __n) |
| __ostream_type & | operator<< (unsigned long __n) |
| __ostream_type & | operator<< (bool __n) |
| __ostream_type & | operator<< (short __n) |
| __ostream_type & | operator<< (unsigned short __n) |
| __ostream_type & | operator<< (int __n) |
| __ostream_type & | operator<< (unsigned int __n) |
| __ostream_type & | operator<< (double __f) |
| __ostream_type & | operator<< (float __f) |
| __ostream_type & | operator<< (long double __f) |
| __ostream_type & | operator<< (const void *__p) |
| __ostream_type & | operator<< (__streambuf_type *__sb) |
| __ostream_type & | put (char_type __c) |
| __ostream_type & | write (const char_type *__s, std::streamsize __n) |
| __ostream_type & | flush () |
| pos_type | tellp () |
| __ostream_type & | seekp (pos_type) |
| __ostream_type & | seekp (off_type, std::ios_base::seekdir) |
basic_ostream<> object but don't want the output for any reason.
Definition at line 47 of file Teuchos_basic_oblackholestream.hpp.
|
|||||
|
Definition at line 53 of file Teuchos_basic_oblackholestream.hpp. |
|
|||||
|
Definition at line 54 of file Teuchos_basic_oblackholestream.hpp. |
|
|||||
|
Definition at line 55 of file Teuchos_basic_oblackholestream.hpp. |
|
|||||
|
Definition at line 56 of file Teuchos_basic_oblackholestream.hpp. |
|
|||||
|
Definition at line 57 of file Teuchos_basic_oblackholestream.hpp. |
|
|||||
|
Definition at line 60 of file Teuchos_basic_oblackholestream.hpp. |
|
|||||
|
Definition at line 61 of file Teuchos_basic_oblackholestream.hpp. |
|
|||||
|
Definition at line 62 of file Teuchos_basic_oblackholestream.hpp. |
|
|||||||||
|
Definition at line 65 of file Teuchos_basic_oblackholestream.hpp. |
|
|||||||||
|
Definition at line 67 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 71 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 72 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 73 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 76 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 77 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 78 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 79 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 80 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 81 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 82 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 83 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 84 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 85 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 86 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 87 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 90 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||||||||
|
Definition at line 91 of file Teuchos_basic_oblackholestream.hpp. |
|
|||||||||
|
Definition at line 92 of file Teuchos_basic_oblackholestream.hpp. |
|
|||||||||
|
Definition at line 95 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||
|
Definition at line 96 of file Teuchos_basic_oblackholestream.hpp. |
|
||||||||||||||||
|
Definition at line 97 of file Teuchos_basic_oblackholestream.hpp. |
1.3.9.1