Ark Server API (ASE) - Wiki
|
#include <NullStream.h>
Public Member Functions | |
NullIOS () | |
~NullIOS () | |
Protected Attributes | |
NullStreamBuf | _buf |
The base class for NullInputStream and NullOutputStream.
This class is needed to ensure the correct initialization order of the stream buffer and base classes.
Definition at line 47 of file NullStream.h.
Poco::NullIOS::NullIOS | ( | ) |
Poco::NullIOS::~NullIOS | ( | ) |
|
protected |
Definition at line 58 of file NullStream.h.