#include <vector>
#include <string>
#include "cgicc/CgiDefs.h"
#include "cgicc/FormEntry.h"
#include "cgicc/FormFile.h"
#include "cgicc/CgiInput.h"
#include "cgicc/CgiEnvironment.h"
Go to the source code of this file.
Namespaces | |
namespace | cgicc |
Classes | |
class | cgicc::Cgicc |
The main class of the GNU cgicc library. More... | |
Defines | |
#define | _CGICC_H_ 1 |
Typedefs | |
typedef std::vector< FormEntry >::iterator | cgicc::form_iterator |
A vector of FormEntry objects. | |
typedef std::vector< FormEntry >::const_iterator | cgicc::const_form_iterator |
A vector of const FormEntry objects. | |
typedef std::vector< FormFile >::iterator | cgicc::file_iterator |
A vector of FormFile objects. | |
typedef std::vector< FormFile >::const_iterator | cgicc::const_file_iterator |
A vector of const FormFile objects. |
Definition in file Cgicc.h.