Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_LinkList.h124 class iterator; variable
134 /* ctor */ explicit iterator() : m_pPointer(NULL) {} in iterator() function
149 explicit iterator(pointer p) : m_pPointer(p) {} in iterator() function
365 /* ctro */ explicit iterator() {} in iterator() function
437 /* ctor */ explicit iterator(TIt_base_ it) : it_(it) {} in iterator() function
Dut_Children.h95 typedef typename TChildList::iterator iterator; typedef
Dut_ResArray.h213 /* ctor */ iterator() : m_pCurrent( NULL ) {} in iterator() function
232 explicit iterator(pointer p) : m_pCurrent(p) {} in iterator() function
Dut_MoveArray.h103 typedef TElement* iterator; //!< 要素のイテレータの型です。 typedef
/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderQueue.h67 typedef typename TElementList::iterator iterator; typedef