24#ifndef _HTMLELEMENTLIST_H_
25#define _HTMLELEMENTLIST_H_ 1
52 template class CGICC_API std::vector<HTMLElement*>;
162 std::vector<HTMLElement*> fElements;
Platform and operating system specific macro definitions.
Class dealing with HTML element attributes.
Class dealing with HTML elements.
Abstract base class for all streamable objects.
An expandable list of HTMLElement objects.
HTMLElementList & add(HTMLElement *element)
Add an HTMLElement to the list.
HTMLElementList(const HTMLElementList &list)
Copy constructor.
~HTMLElementList()
Destructor.
HTMLElementList()
Create an empty HTMLElementList.
HTMLElementList & add(const HTMLElement &element)
Add an HTMLElement to the list.
void render(std::ostream &out) const
Render this HTMLElementList.
HTMLElementList(const HTMLElement &head)
Create a new HTMLElementList, specifying the first element.
Class representing an HTML element.
The namespace containing the cgicc library.