Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/example/lex/
Dexample6.cpp58 struct example6_tokens : lex::lexer<Lexer> struct
60 example6_tokens() in example6_tokens() function
102 lex::token_def<std::string> identifier;
103 lex::token_def<unsigned int> constant;
205 typedef example6_tokens<lexer_type> example6_tokens; in main() typedef