Home
last modified time | relevance | path

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

/third_party/boost/boost/range/
Dmutable_iterator.hpp40 struct range_mutable_iterator struct
50 struct range_mutable_iterator< std::pair<Iterator,Iterator> > struct
52 typedef Iterator type;
60 struct range_mutable_iterator< T[sz] > struct
62 typedef T* type;
68 struct range_mutable_iterator struct
/third_party/boost/libs/range/test/
Diterator_ext.cpp65 struct range_mutable_iterator< struct
77 typedef std::vector<boost_range_test::point>::iterator type;
97 struct range_mutable_iterator<boost_range_test::container> struct
99 typedef std::vector<boost_range_test::point>::iterator type;
/third_party/boost/boost/range/detail/
Dstr_types.hpp20 struct range_mutable_iterator<T*> struct
22 typedef T* type;
/third_party/boost/libs/foreach/test/
Duser_defined.cpp30 struct range_mutable_iterator<mine::dummy> struct
32 typedef char * type;
/third_party/boost/libs/geometry/test/test_geometries/
Dall_custom_linestring.hpp82 struct range_mutable_iterator<all_custom_linestring<Point> > struct
84 typedef typename all_custom_linestring<Point>::custom_iterator_type type;
Dall_custom_ring.hpp88 struct range_mutable_iterator<all_custom_ring<Point> > struct
90 typedef typename all_custom_ring<Point>::custom_iterator_type type;
Dall_custom_container.hpp83 struct range_mutable_iterator<all_custom_container<Item> > struct
85 typedef typename all_custom_container<Item>::custom_iterator_type type;
Dwrapped_boost_array.hpp46 struct range_mutable_iterator<wrapped_boost_array<Point, Count> > struct
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/
Dring.hpp105 struct range_mutable_iterator<boost::polygon::polygon_data<CoordinateType> > struct
110 >::iterator_type type;
Dholes_proxy.hpp190 struct range_mutable_iterator<geometry::adapt::bp::holes_proxy<Polygon> > struct
192 typedef typename geometry::adapt::bp::holes_proxy<Polygon>::iterator_type type;
Dring_proxy.hpp294 struct range_mutable_iterator<geometry::adapt::bp::ring_proxy<Polygon> > struct
296 typedef typename geometry::adapt::bp::ring_proxy<Polygon>::iterator_type type;
/third_party/boost/boost/numeric/odeint/external/gsl/
Dgsl_wrapper.hpp117 struct range_mutable_iterator< gsl_vector* > struct
119 typedef gsl_vector_iterator type;
/third_party/boost/libs/geometry/example/
Dc08_custom_non_std_example.cpp170 template<> struct range_mutable_iterator<my_polygon> struct
172 typedef custom_iterator<my_polygon> type;
/third_party/boost/boost/filesystem/
Ddirectory.hpp370 struct range_mutable_iterator<boost::filesystem::directory_iterator, void> struct
372 typedef boost::filesystem::directory_iterator type;
615 struct range_mutable_iterator<boost::filesystem::recursive_directory_iterator, void> struct
617 typedef boost::filesystem::recursive_directory_iterator type;
/third_party/boost/boost/xpressive/
Dsub_match.hpp446 struct range_mutable_iterator<xpressive::sub_match<BidiIter> > struct
448 typedef BidiIter type;
/third_party/boost/boost/coroutine/
Dasymmetric_coroutine.hpp2401 struct range_mutable_iterator< coroutines::push_coroutine< Arg >, void > struct
2402 { typedef typename coroutines::push_coroutine< Arg >::iterator type; };
2405 struct range_mutable_iterator< coroutines::pull_coroutine< R >, void > struct
2406 { typedef typename coroutines::pull_coroutine< R >::iterator type; };