#include <cgi_in.H>
Public Member Functions | |
CGI_Interface () | |
char * | GetString (char *key) |
int | GetInt (char *key) |
float | GetFloat (char *key) |
int | NumberOfKeys () |
char * | GetNextKey () |
void | BeginKey () |
Protected Attributes | |
char | InputBuffer [MAXINPUTLEN] |
char * | keys [MAXKEYS] |
char * | values [MAXKEYS] |
int | NumKeys |
int | KeyIndex |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|