#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | torc |
namespace | torc::common |
Classes | |
class | torc::common::NullStreamBuffer |
Null stream buffer used by NullOutputStream. More... | |
class | torc::common::NullOutputStream |
Output stream that discards everything it receives. More... |
Credit for this code goes to Dietmar Kuehl for a July 22, 2005 response to a post on http://bytes.com/topic/c/answers/127843-null-output-stream#post444998.
Definition in file NullOutputStream.hpp.