#include <NullOutputStream.hpp>
Private Member Functions | |
int | overflow (int c) |
Responds that we never overflow our buffer, and can thus keep writing indefinitely. |
Note that this stream buffer is not necessary for the NullOutputStream if we do not care about the stream's badbit being set.
Definition at line 32 of file NullOutputStream.hpp.
int torc::common::NullStreamBuffer::overflow | ( | int | c | ) | [inline, private] |
Responds that we never overflow our buffer, and can thus keep writing indefinitely.
Definition at line 35 of file NullOutputStream.hpp.