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