Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_LinkList.h125 class const_iterator; variable
154 friend class const_iterator; // m_pPointerを使用するため。 variable
170 explicit const_iterator() : m_pPointer(NULL) {} in const_iterator() function
171 const_iterator(Iterator_alias_ it) : m_pPointer(it.m_pPointer) {} in const_iterator() function
186 explicit const_iterator(pointer p) : m_pPointer(p) {} in const_iterator() function
350 class const_iterator; variable
445 friend class const_iterator; // it_を使用するため。 variable
466 /* ctor */ explicit const_iterator() {} in const_iterator() function
471 /* ctor */ const_iterator(Iterator_alias_ it) : it_(it.it_) {} in const_iterator() function
543 /* ctor */ explicit const_iterator(TItC_base_ it) : it_(it) {} in const_iterator() function
Dut_ResArray.h200 class const_iterator; variable
215 operator const_iterator() { return const_iterator(m_pCurrent); } in const_iterator() function
236 friend class const_iterator; variable
252 /* ctor */ const_iterator() : m_pCurrent( NULL ) {} in const_iterator() function
269 explicit const_iterator(const_pointer p) : m_pCurrent(p) {} in const_iterator() function
354 /* ctor */ const_iterator() : m_pCurrent( NULL ) {} in const_iterator() function
371 explicit const_iterator(const_pointer p) : m_pCurrent(p) {} in const_iterator() function
Dut_Children.h96 typedef typename TChildList::const_iterator const_iterator; typedef
Dut_MoveArray.h104 … typedef const TElement* const_iterator; //!< 要素の const イテレータの型です。 typedef
/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderQueue.h68 typedef typename TElementList::const_iterator const_iterator; typedef