|
libhtmlpp 1.0.0
|
Classes | |
| struct | CompoundParts |
Functions | |
| bool | isWhitespace (char c) |
| std::string | trim (const std::string &s) |
| bool | stripImportant (std::string &value) |
| CompoundParts | parseCompoundSelector (const std::string &matchSel) |
| bool | compoundMatches (const CompoundParts &compound, bool hadCombinator, const std::string &tag, const std::vector< std::string > &classes, const std::string &id) |
| std::string | stripCombinator (const std::string &singleSel, bool &hadCombinator) |
| bool | hasUnsupportedSelectorSyntax (const std::string &matchSel) |
| size_t | findMatchingParen (const std::string &s, size_t openPos) |
| void | splitVarArgs (const std::string &inner, std::string &name, std::string &fallback) |
| std::string | substituteVars (const std::string &value, const std::map< std::string, std::string > &customProperties, std::set< std::string > &resolving) |
| bool anonymous_namespace{css.cpp}::compoundMatches | ( | const CompoundParts & | compound, |
| bool | hadCombinator, | ||
| const std::string & | tag, | ||
| const std::vector< std::string > & | classes, | ||
| const std::string & | id | ||
| ) |
| size_t anonymous_namespace{css.cpp}::findMatchingParen | ( | const std::string & | s, |
| size_t | openPos | ||
| ) |
| bool anonymous_namespace{css.cpp}::hasUnsupportedSelectorSyntax | ( | const std::string & | matchSel | ) |
| CompoundParts anonymous_namespace{css.cpp}::parseCompoundSelector | ( | const std::string & | matchSel | ) |
| void anonymous_namespace{css.cpp}::splitVarArgs | ( | const std::string & | inner, |
| std::string & | name, | ||
| std::string & | fallback | ||
| ) |
| std::string anonymous_namespace{css.cpp}::stripCombinator | ( | const std::string & | singleSel, |
| bool & | hadCombinator | ||
| ) |
| bool anonymous_namespace{css.cpp}::stripImportant | ( | std::string & | value | ) |
| std::string anonymous_namespace{css.cpp}::substituteVars | ( | const std::string & | value, |
| const std::map< std::string, std::string > & | customProperties, | ||
| std::set< std::string > & | resolving | ||
| ) |