| cgicc::Cgicc | The main class of the GNU cgicc library | 
| cgicc::CgiEnvironment | Class encapsulating the CGI runtime environment | 
| cgicc::CgiInput | Class that abstracts a data source | 
| cgicc::comment | An HTML comment | 
| cgicc::FormEntry | Class representing a single HTML form entry | 
| cgicc::FormFile | Class representing a file submitted via an HTML form | 
| cgicc::HTMLAtomicElement< Tag > | Template for concrete atomic HTMLElement subclasses | 
| cgicc::HTMLAttribute | Class representing a name or a single name/value pair | 
| cgicc::HTMLAttributeList | An expandable list of HTMLAttribute objects | 
| cgicc::HTMLBooleanElement< Tag > | Template for concrete boolean HTMLElement subclasses | 
| cgicc::HTMLDoctype | Specifies the DTD of the HTML 4 document | 
| cgicc::HTMLElement | Class representing an HTML element | 
| cgicc::HTMLElementList | An expandable list of HTMLElement objects | 
| cgicc::HTTPContentHeader | HTTP header for data of a specified MIME type | 
| cgicc::HTTPCookie | An HTTP cookie | 
| cgicc::HTTPHeader | Abstract base class for all simple HTTP response headers | 
| cgicc::HTTPHTMLHeader | Shortcut to HTTPContentHeader for text/html | 
| cgicc::HTTPPlainHeader | Shortcut to HTTPContentHeader for text/html | 
| cgicc::HTTPRedirectHeader | Class for redirecting the client to a different URI | 
| cgicc::HTTPResponseHeader | Generic HTTP response header | 
| cgicc::HTTPStatusHeader | HTTP header to set a specific request status | 
| cgicc::MStreamable | Mix-in streamable interface |