Home
last modified time | relevance | path

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

/third_party/boost/boost/log/utility/setup/
Dsettings.hpp53 struct basic_settings_section_iterator_base< SectionT, true > struct
55 typedef typename SectionT::BOOST_NESTED_TEMPLATE iter< true > iterator_type;
56 typedef typename SectionT::property_tree_type::const_iterator base_iterator_type;
63 > type;
67 struct basic_settings_section_iterator_base< SectionT, false > struct
69 typedef typename SectionT::BOOST_NESTED_TEMPLATE iter< false > iterator_type;
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
77 > type;