|
Let me illustrate…
Copyright (C) 1998-2023 Gregory W. Chicares. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
|
Represents a single attribute of an HTML element. More...
#include <html.hpp>
Public Member Functions | |
| attribute (char const *name) | |
| attribute | operator() (std::string value) const |
| std::string | as_string () const |
Private Member Functions | |
| attribute (char const *name, std::string &&value) | |
Private Attributes | |
| char const *const | name_ |
| std::string const | value_ |
Represents a single attribute of an HTML element.
|
inlineexplicit |
|
inlineprivate |
| std::string html::attribute::as_string | ( | ) | const |
|
inline |
|
private |
|
private |