85 ret->
mpNext->mpPrev = NULL;
103 ret->
mpPrev->mpNext = NULL;
116 }
else if (node->
mpNext != NULL) {
117 node->
mpNext->mpPrev = NULL;
120 }
else if (node->
mpPrev != NULL) {
121 node->
mpPrev->mpNext = NULL;
JPANode< T > * mpLast
Definition JPAList.h:33
JPANode< T > * getLast() const
Definition JPAList.h:40
void push_front(JPANode< T > *node)
Definition JPAList.h:43
JPANode< T > * getEnd()
Definition JPAList.h:38
JPANode< T > * pop_back()
Definition JPAList.h:93
JPAList()
Definition JPAList.h:36
void push_back(JPANode< T > *node)
Definition JPAList.h:59
JPANode< T > * erase(JPANode< T > *node)
Definition JPAList.h:111
JPANode< T > * getFirst() const
Definition JPAList.h:39
JPANode< T > * pop_front()
Definition JPAList.h:75
u32 mNum
Definition JPAList.h:34
JPANode< T > * mpFirst
Definition JPAList.h:32
u32 getNum() const
Definition JPAList.h:41
JPANode()
Definition JPAList.h:12
JPANode< T > * mpPrev
Definition JPAList.h:21
~JPANode()
Definition JPAList.h:16
JPANode< T > * mpNext
Definition JPAList.h:22
T * getObject()
Definition JPAList.h:19
T mData
Definition JPAList.h:23
JPANode< T > * getPrev()
Definition JPAList.h:17
JPANode< T > * getNext()
Definition JPAList.h:18
unsigned long u32
Definition types.h:9