Teuchos - Trilinos Tools Package
Version of the Day
|
basic_ostream<>
subclass that does nothing but discard output.
More...
#include <Teuchos_basic_oblackholestream.hpp>
Inherits basic_ostream< _CharT, _Traits >.
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!
Definition at line 59 of file Teuchos_basic_oblackholestream.hpp.
|
inlineexplicit |
Definition at line 64 of file Teuchos_basic_oblackholestream.hpp.