|
|
Donner
C++20 SVG rendering library
|
Classes | |
| class | donner::parser::NumberParser |
| Parser for floating point numbers in SVG or CSS, corresponding to the CSS3 <number-token> definition from https://www.w3.org/TR/css-syntax-3/#number-token-diagram. More... | |
| struct | donner::parser::NumberParser::Result |
| Container for parse result, containing the parsed result and the number of characters that were consumed to parse it. More... | |
| struct | donner::parser::NumberParser::Options |
| Options to modify the parsing behavior. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
| namespace | donner::parser |
| Parsers for shared data types such as NumberParser and LengthParser. | |
| struct donner::parser::NumberParser::Result |