Searched defs:const_iterator (Results 1 – 5 of 5) sorted by relevance
123 class const_iterator; variable152 friend class const_iterator; // m_pPointerを使用するため。 variable168 explicit const_iterator() : m_pPointer(NULL) {} in const_iterator() function169 const_iterator(Iterator_alias_ it) : m_pPointer(it.m_pPointer) {} in const_iterator() function184 explicit const_iterator(pointer p) : m_pPointer(p) {} in const_iterator() function347 class const_iterator; variable442 friend class const_iterator; // it_を使用するため。 variable463 /* ctor */ explicit const_iterator() {} in const_iterator() function468 /* ctor */ const_iterator(Iterator_alias_ it) : it_(it.it_) {} in const_iterator() function540 /* ctor */ explicit const_iterator(TItC_base_ it) : it_(it) {} in const_iterator() function
198 class const_iterator; variable213 operator const_iterator() { return const_iterator(m_pCurrent); } in const_iterator() function234 friend class const_iterator; variable250 /* ctor */ const_iterator() : m_pCurrent( NULL ) {} in const_iterator() function267 explicit const_iterator(const_pointer p) : m_pCurrent(p) {} in const_iterator() function352 /* ctor */ const_iterator() : m_pCurrent( NULL ) {} in const_iterator() function369 explicit const_iterator(const_pointer p) : m_pCurrent(p) {} in const_iterator() function
94 typedef typename TChildList::const_iterator const_iterator; typedef
89 … typedef const TElement* const_iterator; //!< 要素の const イテレータの型です。 typedef
66 typedef typename TElementList::const_iterator const_iterator; typedef