Searched refs:element_const_iterator (Results 1 – 5 of 5) sorted by relevance
19 [[const forward][`T::element_const_iterator`] ]68 element_const_iterator elements_begin(const T&)``] [Returns an element iterator to the fir…70 element_const_iterator elements_end(const T&)``] [Returns an element iterator to a posit…84 for(interval_set<int>::element_const_iterator creeper = elements_begin(inter_set);
1149 typename Type::element_const_iterator>::type1152 return typename Type::element_const_iterator(object.begin()); in elements_begin()1159 typename Type::element_const_iterator>::type1162 return typename Type::element_const_iterator(object.end()); in elements_end()1181 iterator_range<typename Type::element_const_iterator> >::type1185 make_iterator_range( typename Type::element_const_iterator(object.begin()) in elements()1186 , typename Type::element_const_iterator(object.end()) ); in elements()
80 for(interval_set<int>::element_const_iterator creeper = elements_begin(inter_set); in BOOST_AUTO_TEST_CASE()
149 typedef boost::icl::element_iterator<const_iterator> element_const_iterator; typedef in boost::icl::interval_base_set
179 typedef boost::icl::element_iterator<const_iterator> element_const_iterator; typedef in boost::icl::interval_base_map