Base Framework
|
#include <base/string/HTML.h>
Inherits ReferenceCountedObject.
Public Member Functions | |
HTMLAttribute () noexcept | |
HTMLAttribute (const String &_name, const String &_value) noexcept | |
R< HTMLAttribute > | copy () |
void | toCode (StringOutputStream &code) |
![]() | |
ReferenceCountedObject () noexcept | |
ReferenceCountedObject (const ReferenceCountedObject ©) noexcept | |
ReferenceCountedObject (ReferenceCountedObject &&move) noexcept | |
ReferenceCountedObject & | operator= (const ReferenceCountedObject ©) noexcept |
ReferenceCountedObject & | operator= (ReferenceCountedObject &&move) noexcept |
MemorySize | getNumberOfReferences_INTERNAL () const noexcept |
virtual bool | useGarbageCollector () const noexcept |
![]() | |
DynamicObject () noexcept | |
bool | isValidObject () const noexcept |
virtual | ~DynamicObject () noexcept(false) |
_COM_AZURE_DEV__BASE__OVERRIDE_ALLOC () | |
Public Attributes | |
String | name |
String | value |
HTML attribute.
|
noexcept |
Initializes attribute as unnamed.
Initializes attribute.
R<HTMLAttribute> HTMLAttribute::copy | ( | ) |
Copies attribute.
void HTMLAttribute::toCode | ( | StringOutputStream & | code | ) |
Converts attribute to HTML code.
String HTMLAttribute::name |
The name of the attribute.
String HTMLAttribute::value |
The value of the attribute.