Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/grammars/
Dcpp_grammar.hpp155 struct cpp_grammar : struct
158 typedef typename TokenT::position_type position_type;
159 typedef cpp_grammar<TokenT, ContainerT> grammar_type;
160 typedef impl::store_found_eof store_found_eof_type;
161 typedef impl::store_found_directive<TokenT> store_found_directive_type;
162 typedef impl::store_found_eoltokens<ContainerT> store_found_eoltokens_type;
165 struct definition
615 bool &found_eof;
616 TokenT &found_directive;
617 ContainerT &found_eoltokens;
[all …]