|
Teuchos - Trilinos Tools Package Version of the Day
|
basic_ostream<> subclass that does nothing but discard output.
More...
#include <Teuchos_basic_oblackholestream.hpp>
Public Member Functions | |
| basic_oblackholestream () | |
| | |
basic_ostream<> subclass that does nothing but discard output.
Use the class anytime you must pass an basic_ostream<> object but don't want the output for any reason.
This subclass just sets the stream buffer to NULL and that is all you need to do!
CommandLineProcessor/cxx_main.cpp, and test/MemoryManagement/RCP_test.cpp.
Definition at line 59 of file Teuchos_basic_oblackholestream.hpp.
| Teuchos::basic_oblackholestream< _CharT, _Traits >::basic_oblackholestream | ( | ) | [inline, explicit] |
Definition at line 64 of file Teuchos_basic_oblackholestream.hpp.
1.7.4