Home
last modified time | relevance | path

Searched defs:example5_tokens (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/spirit/example/lex/
Dexample5.cpp163 struct example5_tokens : example5_base_tokens<Lexer> struct
167 example5_tokens() in example5_tokens() argument
182 lex::token_def<lex::omit> else_;
229 typedef example5_tokens<lexer_type> example5_tokens; in main() typedef