Home
last modified time | relevance | path

Searched defs:const_iterator (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/include/nw/ut/
Dut_LinkList.h123 class const_iterator; variable
152 friend class const_iterator; // m_pPointerを使用するため。 variable
168 explicit const_iterator() : m_pPointer(NULL) {} in const_iterator() function
169 const_iterator(Iterator_alias_ it) : m_pPointer(it.m_pPointer) {} in const_iterator() function
184 explicit const_iterator(pointer p) : m_pPointer(p) {} in const_iterator() function
347 class const_iterator; variable
442 friend class const_iterator; // it_を使用するため。 variable
463 /* ctor */ explicit const_iterator() {} in const_iterator() function
468 /* ctor */ const_iterator(Iterator_alias_ it) : it_(it.it_) {} in const_iterator() function
540 /* ctor */ explicit const_iterator(TItC_base_ it) : it_(it) {} in const_iterator() function
Dut_ResArray.h198 class const_iterator; variable
213 operator const_iterator() { return const_iterator(m_pCurrent); } in const_iterator() function
234 friend class const_iterator; variable
250 /* ctor */ const_iterator() : m_pCurrent( NULL ) {} in const_iterator() function
267 explicit const_iterator(const_pointer p) : m_pCurrent(p) {} in const_iterator() function
352 /* ctor */ const_iterator() : m_pCurrent( NULL ) {} in const_iterator() function
369 explicit const_iterator(const_pointer p) : m_pCurrent(p) {} in const_iterator() function
Dut_Children.h94 typedef typename TChildList::const_iterator const_iterator; typedef
Dut_MoveArray.h89 … typedef const TElement* const_iterator; //!< 要素の const イテレータの型です。 typedef
/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderQueue.h66 typedef typename TElementList::const_iterator const_iterator; typedef