#include <DoubleLinkedList.h>
Public Member Functions | |
DoubleLinkedList () | |
~DoubleLinkedList () | |
bool | add (T data) |
T | get (int ind) |
void | remove (int ind) |
void | remove (T data) |
void | clear () |
int | size () |
int | indexOf (T data) |
Private Attributes | |
CriticalSection | cs |
_ListItem * | firstItem |
|
Definition at line 27 of file DoubleLinkedList.h. |
|
Definition at line 31 of file DoubleLinkedList.h. |
|
Definition at line 35 of file DoubleLinkedList.h. |
|
Definition at line 132 of file DoubleLinkedList.h. |
|
Definition at line 56 of file DoubleLinkedList.h. Referenced by SocketHandler::Handle(). |
|
Definition at line 161 of file DoubleLinkedList.h. |
|
Definition at line 104 of file DoubleLinkedList.h. |
|
Definition at line 74 of file DoubleLinkedList.h. |
|
Definition at line 147 of file DoubleLinkedList.h. Referenced by SocketHandler::Handle(). |
|
Definition at line 187 of file DoubleLinkedList.h. |
|
Definition at line 188 of file DoubleLinkedList.h. |