Searched defs:mfc_ptr_array_iterator (Results 1 – 1 of 1) sorted by relevance
125 struct mfc_ptr_array_iterator : struct129 typedef mfc_ptr_array_iterator self_t;130 typedef typename mfc_ptr_array_iterator_super<ArrayT, PtrType>::type super_t;131 typedef typename super_t::reference ref_t;134 explicit mfc_ptr_array_iterator() in mfc_ptr_array_iterator() argument137 explicit mfc_ptr_array_iterator(ArrayT& arr, INT_PTR index) : in mfc_ptr_array_iterator() function143 mfc_ptr_array_iterator(mfc_ptr_array_iterator<ArrayT_, PtrType_> const& other) : in mfc_ptr_array_iterator() argument148 ArrayT *m_parr;151 ref_t dereference() const in dereference()157 bool equal(self_t const& other) const in equal()