Library: Foundation
Package: Streams
Header: Poco/NullStream.h
The base class for NullInputStream and NullOutputStream.
This class is needed to ensure the correct initialization order of the stream buffer and base classes.
Direct Base Classes: std::ios
All Base Classes: std::ios
Known Derived Classes: NullOutputStream, NullInputStream
NullIOS();
~NullIOS();
NullStreamBuf _buf;