#include <html.h>
Definition at line 348 of file html.h.
◆ value_type
◆ HtmlString() [1/4]
| libhtmlpp::HtmlString::HtmlString |
( |
| ) |
|
|
default |
◆ HtmlString() [2/4]
| libhtmlpp::HtmlString::HtmlString |
( |
const HtmlString & |
str | ) |
|
◆ HtmlString() [3/4]
| libhtmlpp::HtmlString::HtmlString |
( |
char |
str | ) |
|
◆ HtmlString() [4/4]
| libhtmlpp::HtmlString::HtmlString |
( |
const std::string & |
str | ) |
|
◆ ~HtmlString()
| libhtmlpp::HtmlString::~HtmlString |
( |
| ) |
|
◆ append() [1/2]
| void libhtmlpp::HtmlString::append |
( |
const std::string & |
src | ) |
|
◆ append() [2/2]
◆ c_str()
| const char * libhtmlpp::HtmlString::c_str |
( |
| ) |
const |
◆ clear()
| void libhtmlpp::HtmlString::clear |
( |
| ) |
|
◆ data()
| const std::vector< char > & libhtmlpp::HtmlString::data |
( |
| ) |
const |
◆ empty()
| bool libhtmlpp::HtmlString::empty |
( |
| ) |
|
◆ insert()
| void libhtmlpp::HtmlString::insert |
( |
size_t |
pos, |
|
|
char |
src |
|
) |
| |
◆ length()
| size_t libhtmlpp::HtmlString::length |
( |
| ) |
const |
◆ operator*()
| const char * libhtmlpp::HtmlString::operator* |
( |
| ) |
|
◆ operator+=() [1/2]
◆ operator+=() [2/2]
◆ operator<<() [1/6]
◆ operator<<() [2/6]
◆ operator<<() [3/6]
◆ operator<<() [4/6]
◆ operator<<() [5/6]
◆ operator<<() [6/6]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator[]()
| char libhtmlpp::HtmlString::operator[] |
( |
size_t |
pos | ) |
const |
◆ parse()
Parses the current buffer into a DOM-like tree and returns the root element.
- Returns
- Reference to the root Element stored internally.
- Exceptions
-
Definition at line 355 of file html.cpp.
◆ push_back()
| void libhtmlpp::HtmlString::push_back |
( |
const char |
src | ) |
|
◆ size()
| size_t libhtmlpp::HtmlString::size |
( |
| ) |
const |
◆ str()
| const std::string libhtmlpp::HtmlString::str |
( |
| ) |
const |
◆ HtmlEncode
| void HtmlEncode |
( |
const std::string & |
input, |
|
|
HtmlString * |
output |
|
) |
| |
|
friend |
◆ HtmlPage
The documentation for this class was generated from the following files:
- /build/jan.koester@intranet.tuxist.de/debian/libhtmlpp/src/html.h
- /build/jan.koester@intranet.tuxist.de/debian/libhtmlpp/src/html.cpp