|
torc-master
|
Output stream that discards everything it receives. More...
#include <NullOutputStream.hpp>
Inheritance diagram for torc::common::NullOutputStream:
Collaboration diagram for torc::common::NullOutputStream:Public Member Functions | |
| NullOutputStream (void) | |
| Public constructor. More... | |
Protected Attributes | |
| NullStreamBuffer | mNullStreamBuf |
| The null stream buffer that supports our operations. More... | |
Output stream that discards everything it receives.
Definition at line 39 of file NullOutputStream.hpp.
|
inline |
Public constructor.
Constructs this output stream with a null stream buffer.
Definition at line 48 of file NullOutputStream.hpp.
|
protected |
The null stream buffer that supports our operations.
Definition at line 43 of file NullOutputStream.hpp.