All Classes |Grouped Classes |Index

Function read

Reads the next CSS token.

	void CL_CSSTokenizer::read(
		CL_CSSToken & out_token,
		bool eat_whitespace,
		bool eat_comments = true);