Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/example/lex/
Dexample2.cpp41 struct example2_tokens : lex::lexer<Lexer> struct
43 example2_tokens() in example2_tokens() argument
60 lex::token_def<> word;
125 typedef example2_tokens<lexer_type> example2_tokens; in main() typedef