Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dtemplate_stack.hpp32 struct template_symbol struct
40 std::string identifier;
41 std::vector<std::string> params;
42 value content;
44 template_scope const* lexical_parent;
Dtemplate_stack.cpp20 template_symbol::template_symbol( in template_symbol() function in quickbook::template_symbol