Home
last modified time | relevance | path

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

/third_party/boost/tools/boostdep/src/
Dboostdep.cpp1121 struct module_level_html_actions: public module_level_actions struct
1123 int level_;
1125 void begin() in begin()
1130 void end() in end()
1135 void level_start( int level ) in level_start()
1149 void level_end( int /*level*/ ) in level_end()
1153 void module_start( std::string const & module ) in module_start()
1158 void module_end( std::string const & /*module*/ ) in module_end()
1163 void module2( std::string const & module, int level ) in module2()