Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dcode_snippet.cpp97 struct python_code_snippet_grammar struct
100 typedef code_snippet_actions actions_type;
102 python_code_snippet_grammar(actions_type& actions_) : actions(actions_) in python_code_snippet_grammar() function
106 template <typename Scanner> struct definition
200 actions_type& actions;