#include <NullOutputStream.hpp>

Public Member Functions | |
| NullOutputStream (void) | |
| Public constructor. | |
Protected Attributes | |
| NullStreamBuffer | mNullStreamBuf |
| The null stream buffer that supports our operations. | |
Definition at line 39 of file NullOutputStream.hpp.
| torc::common::NullOutputStream::NullOutputStream | ( | void | ) | [inline] |
Public constructor.
Constructs this output stream with a null stream buffer.
Definition at line 48 of file NullOutputStream.hpp.
The null stream buffer that supports our operations.
Definition at line 43 of file NullOutputStream.hpp.
1.5.6