#include <stdio.h>#include <string>#include <list>Include dependency graph for Form.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Cgi |
Classes | |
| struct | Cgi::cgistruct |
| Store the name/value pairs from a GET/POST operation. More... | |
| class | Cgi::Form |
| Process and store user input from a GET/POST operation. More... | |
Defines | |
| #define | IBUFSZ 10000 |
| Form.h - read stdin, parse cgi input. | |
Typedefs | |
| typedef Cgi::cgistruct | Cgi::CGI |
| Store the name/value pairs from a GET/POST operation. | |
| typedef std::list< CGI * > | Cgi::cgi_v |
| #define IBUFSZ 10000 |
Form.h - read stdin, parse cgi input.
Written: 1999-Feb-10 grymse@alhem.net
1.3.7