24 #ifndef _HTMLATTRIBUTELIST_H_ 25 #define _HTMLATTRIBUTELIST_H_ 1 52 template class CGICC_API std::vector<HTMLAttribute>;
141 set(
const std::string& name);
152 set(
const std::string& name,
153 const std::string& value);
166 render(std::ostream& out)
const;
170 std::vector<HTMLAttribute> fAttributes;
189 set(
const std::string& name)
204 inline HTMLAttributeList
205 set(
const std::string& name,
206 const std::string& value)
Class representing a name or a single name/value pair.
Platform and operating system specific macro definitions.
Class dealing with HTML element attributes.
Abstract base class for all streamable objects.
The namespace containing the cgicc library.
An expandable list of HTMLAttribute objects.