24 #ifndef _HTMLATTRIBUTE_H_
25 #define _HTMLATTRIBUTE_H_ 1
103 const std::string& value);
145 {
return ! operator==(att); }
162 operator= (
const HTMLAttribute& att);
228 render(std::ostream& out)
const;
Class representing a name or a single name/value pair.
Platform and operating system specific macro definitions.
void setValue(const std::string &value)
Set the value of this HTMLAttribute.
std::string getName() const
Get the name of this HTMLAttribute.
std::string getValue() const
Get the value of this HTMLAttribute.
Mix-in streamable interface.
Abstract base class for all streamable objects.
The namespace containing the cgicc library.
void setName(const std::string &name)
Set the name of this HTMLAttribute.