dodo::cgi::basic::exchange Class Reference
provides interface to CGI I/O functionality More...
#include <cgiBasicExchange.h>
Inheritance diagram for dodo::cgi::basic::exchange:

Collaboration diagram for dodo::cgi::basic::exchange:

Public Member Functions | |
| exchange (short protection=io::channel::PROTECTION_PROCESS) | |
| constructor | |
| virtual | ~exchange () |
| destructor | |
| virtual char * | getenv (const char *data) |
Detailed Description
provides interface to CGI I/O functionality
Definition at line 46 of file cgiBasicExchange.h.
Constructor & Destructor Documentation
| dodo::cgi::basic::exchange::exchange | ( | short | protection = io::channel::PROTECTION_PROCESS |
) |
constructor
- Parameters:
-
protection defines type of IO protection,
- See also:
- io::channel::protectionEnum
Reimplemented from dodo::cgi::exchange.
| virtual dodo::cgi::basic::exchange::~exchange | ( | ) | [virtual] |
destructor
Implements dodo::cgi::exchange.
Member Function Documentation
| virtual char* dodo::cgi::basic::exchange::getenv | ( | const char * | data | ) | [virtual] |
- Returns:
- environment variable
- Parameters:
-
data defines name of environment variable
Implements dodo::cgi::exchange.
The documentation for this class was generated from the following file:
- include/libdodo/cgiBasicExchange.h
Generated on Sun Nov 8 03:44:43 2009 for libdodo by
1.6.1

