FCGI Writer Class.
More...
#include <Writer.h>
|
| | FCGIWriter (FCGX_Stream *o) |
| | Constructor.
|
| |
|
| ~FCGIWriter () |
| | Destructor.
|
| |
| int | putStr (const char *msg, int len) |
| | Add the message to our buffer.
|
| |
| int | putS (const char *msg) |
| | Write out a string using puts()
|
| |
| int | printf (const char *msg) |
| | Write out a string using printf()
|
| |
| int | flush () |
| | Flush the output buffer.
|
| |
|
|
char * | buffer |
| | Buffer.
|
| |
|
size_t | sz |
| | Size of buffer.
|
| |
◆ FCGIWriter()
| FCGIWriter::FCGIWriter |
( |
FCGX_Stream * |
o | ) |
|
|
inline |
Constructor.
- Parameters
-
References buffer, and sz.
◆ flush()
| int FCGIWriter::flush |
( |
| ) |
|
|
inline |
◆ printf()
| int FCGIWriter::printf |
( |
const char * |
msg | ) |
|
|
inline |
Write out a string using printf()
- Parameters
-
- Returns
- number of bytes written
◆ putS()
| int FCGIWriter::putS |
( |
const char * |
msg | ) |
|
|
inline |
◆ putStr()
| int FCGIWriter::putStr |
( |
const char * |
msg, |
|
|
int |
len |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: