#include <linkedlist.h>
Public Methods | |
LinkedList () | |
~LinkedList () | |
int | GetSize () |
void | FreeStack () |
void | Grow (unsigned int nAmount) |
T & | operator[] (unsigned int i) |
void | Append (T value) |
void | Remove (unsigned int i) |
|
Definition at line 28 of file linkedlist.h. |
|
Definition at line 34 of file linkedlist.h. |
|
Definition at line 93 of file linkedlist.h. |
|
Definition at line 47 of file linkedlist.h. |
|
Definition at line 42 of file linkedlist.h. |
|
Definition at line 61 of file linkedlist.h. |
|
Definition at line 76 of file linkedlist.h. |
|
Definition at line 106 of file linkedlist.h. |