Searched defs:basic_info_walker (Results 1 – 1 of 1) sorted by relevance
73 struct basic_info_walker struct75 typedef void result_type;76 typedef basic_info_walker<Callback> this_type;78 basic_info_walker(Callback& callback_, utf8_string const& tag_, int depth_) in basic_info_walker() argument81 void operator()(info::nil_) const in operator ()()86 void operator()(utf8_string const& str) const in operator ()()91 void operator()(info const& what) const in operator ()()97 void operator()(std::pair<info, info> const& pair) const in operator ()()106 void operator()(std::list<info> const& l) const in operator ()()116 Callback& callback;[all …]