#include <T2DList.h>
Definition at line 15 of file T2DList.h.
◆ T2GenericDList()
T2GenericDList::T2GenericDList |
( |
| ) |
|
|
default |
◆ ~T2GenericDList()
T2GenericDList::~T2GenericDList |
( |
| ) |
|
|
inline |
◆ Clear()
void T2GenericDList::Clear |
( |
| ) |
|
|
inline |
Definition at line 114 of file T2DList.h.
115 {
117
119 {
121 pNode->Remove();
123 }
124 }
◆ ClearBefore()
void T2GenericDList::ClearBefore |
( |
Node * | pNode | ) |
|
|
inline |
Definition at line 99 of file T2DList.h.
100 {
102 {
104
105 while ( pCurrentNode != pNode )
106 {
108 pCurrentNode->Remove();
109 pCurrentNode =
m_oRoot.m_pNext;
110 }
111 }
112 }
◆ IsInList()
TBOOL T2GenericDList::IsInList |
( |
Node * | pNode | ) |
const |
|
inline |
Definition at line 126 of file T2DList.h.
127 {
129 {
130 if ( pCNode == pCNode )
return TTRUE;
131 }
132
134 }
◆ IsLinked()
TBOOL T2GenericDList::IsLinked |
( |
| ) |
const |
|
inline |
◆ Size()
TUINT T2GenericDList::Size |
( |
| ) |
const |
|
inline |
Definition at line 136 of file T2DList.h.
137 {
139
141 {
142 uiSize++;
143 }
144
145 return uiSize;
146 }
◆ m_oRoot
Node T2GenericDList::m_oRoot |
|
mutableprotected |
The documentation for this class was generated from the following file:
- D:/_dev/OpenBarnyard/Source/Toshi/Source/Toshi/T2DList.h