Searched defs:const_iterator (Results 1 – 5 of 5) sorted by relevance
125 class const_iterator; variable154 friend class const_iterator; // m_pPointerを使用するため。 variable170 explicit const_iterator() : m_pPointer(NULL) {} in const_iterator() function171 const_iterator(Iterator_alias_ it) : m_pPointer(it.m_pPointer) {} in const_iterator() function186 explicit const_iterator(pointer p) : m_pPointer(p) {} in const_iterator() function350 class const_iterator; variable445 friend class const_iterator; // it_を使用するため。 variable466 /* ctor */ explicit const_iterator() {} in const_iterator() function471 /* ctor */ const_iterator(Iterator_alias_ it) : it_(it.it_) {} in const_iterator() function543 /* ctor */ explicit const_iterator(TItC_base_ it) : it_(it) {} in const_iterator() function
200 class const_iterator; variable215 operator const_iterator() { return const_iterator(m_pCurrent); } in const_iterator() function236 friend class const_iterator; variable252 /* ctor */ const_iterator() : m_pCurrent( NULL ) {} in const_iterator() function269 explicit const_iterator(const_pointer p) : m_pCurrent(p) {} in const_iterator() function354 /* ctor */ const_iterator() : m_pCurrent( NULL ) {} in const_iterator() function371 explicit const_iterator(const_pointer p) : m_pCurrent(p) {} in const_iterator() function
96 typedef typename TChildList::const_iterator const_iterator; typedef
104 … typedef const TElement* const_iterator; //!< 要素の const イテレータの型です。 typedef
68 typedef typename TElementList::const_iterator const_iterator; typedef