38 class StyleTokenizer_Impl;
48 void read(
StyleToken &out_token,
bool eat_whitespace,
bool eat_comments =
true);
57 std::shared_ptr<StyleTokenizer_Impl> impl;
StyleTokenizer(const std::string &text)
Construct tokenizer for a text string.
std::vector< StyleToken > read_property_value(StyleToken &token, bool &out_important_flag)
Reads all tokens belonging to a property value.
Tokenizer class that breaks text into tokens.
Definition: style_tokenizer.h:41
Style token.
Definition: style_token.h:68
static std::vector< StyleToken > tokenize(const std::string &text)
Returns all tokens except start/end whitespace and comments.
Definition: Application/application.h:35
void read(StyleToken &out_token, bool eat_whitespace, bool eat_comments=true)
Reads the next token.