|
libhtmlpp 1.0.0
|
#include <string>#include <vector>#include <map>#include <set>#include <memory>Go to the source code of this file.
Classes | |
| class | libhtmlpp::CSSProperty |
| class | libhtmlpp::CSSDeclaration |
| class | libhtmlpp::CSSRule |
| class | libhtmlpp::CSSStyleSheet |
Namespaces | |
| namespace | libhtmlpp |
| Core namespace for the libhtmlpp HTML parsing and printing library. | |
Functions | |
| std::string | libhtmlpp::resolveCSSVariables (const std::string &value, const std::map< std::string, std::string > &customProperties) |
Resolves every var(--name) / var(--name, fallback) reference in value using customProperties (custom-property name -> its own raw stored value, e.g. | |