Home | Documentation |
isapistream Class Reference
updated Mon Feb 22 2016
|
#include <isapistream.h>
Public Types | |
typedef std::iostream | super |
Public Member Functions | |
isapistream (EXTENSION_CONTROL_BLOCK *pECB) | |
virtual | ~isapistream () |
EXTENSION_CONTROL_BLOCK * | ECB () |
Protected Attributes | |
isapistreambuf | _buf |
Private Member Functions | |
isapistream (isapistream &) | |
not implemented. More... | |
isapistream & | operator= (const isapistream &) |
not implemented. More... | |
ISAPI input/output stream. It can be used anywhere like cout is used, the output goes to the client browser.
typedef std::iostream isapistream::super |
|
inline |
constructor.
pECB | the extension control block received as a parameter of HttpExtensionProc |
|
virtual |
destructor
|
private |
not implemented.
EXTENSION_CONTROL_BLOCK * isapistream::ECB | ( | ) |
|
private |
not implemented.
|
protected |