DList Class Reference
#include <_link.h>
List of all members.
Detailed Description
Definition at line 112 of file _link.h.
Constructor & Destructor Documentation
DList::DList |
( |
|
) |
[inline] |
virtual DList::~DList |
( |
|
) |
[inline, virtual] |
Member Function Documentation
void DList::Append |
( |
DLinkable * |
ptr |
) |
[inline] |
void DList::Clear |
( |
void |
|
) |
[inline] |
int32s DList::GetCount |
( |
void |
|
) |
[inline] |
void DList::InsertHead |
( |
DLinkable * |
ptr |
) |
[inline] |
template<class T >
void DList::Iterator |
( |
void(T::*)(DLinkable *) |
pf |
) |
[inline] |
DLinkable* DList::RemoveHead |
( |
void |
|
) |
[inline] |
DLinkable* DList::RemoveTail |
( |
void |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: