Home | History | Annotate | Download | only in pb_ds

Lines Matching refs:base_type

97  							base_type;
107 typedef typename base_type::point_iterator point_iterator;
108 typedef typename base_type::point_const_iterator point_const_iterator;
109 typedef typename base_type::iterator iterator;
110 typedef typename base_type::const_iterator const_iterator;
116 priority_queue(const cmp_fn& r_cmp_fn) : base_type(r_cmp_fn) { }
123 { base_type::copy_from_range(first_it, last_it); }
131 : base_type(r_cmp_fn)
132 { base_type::copy_from_range(first_it, last_it); }
135 : base_type((const base_type& )other) { }
153 { base_type::swap(other); }