Photon 1.0.0
|
Go to the source code of this file.
Namespaces | |
namespace | litehtml |
Enumerations | |
enum | litehtml::html_dimension_type { litehtml::html_length , litehtml::html_percentage } |
Functions | |
bool | litehtml::html_parse_integer (const string &str, int &val) |
bool | litehtml::html_parse_non_negative_integer (const string &str, int &val) |
bool | litehtml::html_parse_dimension_value (const string &str, float &val, html_dimension_type &type) |
bool | litehtml::html_parse_nonzero_dimension_value (const string &str, float &val, html_dimension_type &type) |