Home
last modified time | relevance | path

Searched refs:pNode (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DList.h39 iterator(Node<T>* pNode) in iterator() argument
41 m_pNode = pNode; in iterator()
83 Node<T>* pNode = new Node<T>; in push_front() local
85 pNode->data = data; in push_front()
86 pNode->pNextNode = NULL; in push_front()
90 m_pHeadNode = pNode; in push_front()
94 m_pTailNode->pNextNode = pNode; in push_front()
96 m_pTailNode = pNode; in push_front()