Searched refs:all_custom_container (Results 1 – 4 of 4) sorted by relevance
19 class all_custom_container class48 struct clear<all_custom_container<Item> >50 static inline void apply(all_custom_container<Item>& container) in apply()57 struct push_back<all_custom_container<Item> >59 static inline void apply(all_custom_container<Item>& container, Item const& item) in apply()66 struct resize<all_custom_container<Item> >68 static inline void apply(all_custom_container<Item>& container, std::size_t new_size) in apply()83 struct range_mutable_iterator<all_custom_container<Item> >85 typedef typename all_custom_container<Item>::custom_iterator_type type;89 struct range_const_iterator<all_custom_container<Item> >[all …]
31 typedef all_custom_container<custom_ring_type> custom_int_type;
25 class all_custom_linestring : public all_custom_container<P>
26 class all_custom_ring : public all_custom_container<P>