CircDList Class Reference
#include <_link.h>
List of all members.
Detailed Description
Definition at line 165 of file _link.h.
Constructor & Destructor Documentation
CircDList::CircDList |
( |
|
) |
[inline] |
virtual CircDList::~CircDList |
( |
|
) |
[inline, virtual] |
Member Function Documentation
void CircDList::Append |
( |
DLinkable * |
ptr |
) |
[inline] |
void CircDList::Clear |
( |
void |
|
) |
[inline] |
int32s CircDList::GetCount |
( |
void |
|
) |
[inline] |
DLinkable* CircDList::GetFirst |
( |
void |
|
) |
[inline] |
Definition at line 180 of file _link.h.
00181 {
00182 if( ptr )
00183 {
00184 if( !prv || !nxt ) (pFirst = ptr)->Insert(ptr, ptr);
00185 else ptr->Insert(prv, nxt);
00186 Count++;
00187 }
00188 }
template<class T >
void CircDList::Iterator |
( |
void(T::*)(DLinkable *) |
pf |
) |
[inline] |
DLinkable* CircDList::RemoveFirst |
( |
void |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: