torc-master
|
Null stream buffer used by NullOutputStream. More...
#include <NullOutputStream.hpp>
Private Member Functions | |
int | overflow (int c) |
Responds that we never overflow our buffer, and can thus keep writing indefinitely. More... | |
Null stream buffer used by NullOutputStream.
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.
|
inlineprivate |
Responds that we never overflow our buffer, and can thus keep writing indefinitely.
Definition at line 35 of file NullOutputStream.hpp.