Google
Web alhem.net

Cgi::cgistruct Struct Reference

Store the name/value pairs from a GET/POST operation. More...

#include <Form.h>

Collaboration diagram for Cgi::cgistruct:

Collaboration graph
List of all members.

Public Attributes

char * name
 Name of parameter.
char * value
 Value of parameter.
char * path
 Path to file if parameter was a posted file.

Detailed Description

Store the name/value pairs from a GET/POST operation.

"name" does not have to be unique.

Definition at line 49 of file Form.h.


Member Data Documentation

char* Cgi::cgistruct::name

Name of parameter.

Definition at line 52 of file Form.h.

char* Cgi::cgistruct::value

Value of parameter.

Definition at line 53 of file Form.h.

char* Cgi::cgistruct::path

Path to file if parameter was a posted file.

Definition at line 54 of file Form.h.


The documentation for this struct was generated from the following file:
Generated for cgi++ by doxygen 1.3.7

Page, code, and content Copyright (C) 2004 by Anders Hedström