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/RefCountPtr/cxx_main.cpp.
Definition at line 46 of file Teuchos_basic_oblackholestream.hpp.
|
|||||||||
|
Definition at line 51 of file Teuchos_basic_oblackholestream.hpp. |
1.3.9.1