Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::NullIOS Class Reference

#include <NullStream.h>

+ Inheritance diagram for Poco::NullIOS:
+ Collaboration diagram for Poco::NullIOS:

Public Member Functions

 NullIOS ()
 
 ~NullIOS ()
 

Protected Attributes

NullStreamBuf _buf
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ NullIOS()

Poco::NullIOS::NullIOS ( )

◆ ~NullIOS()

Poco::NullIOS::~NullIOS ( )

Member Data Documentation

◆ _buf

NullStreamBuf Poco::NullIOS::_buf
protected

Definition at line 58 of file NullStream.h.


The documentation for this class was generated from the following file: