|
My library
Library for common tasks
|
LinkedList type More...
#include <types.h>

Data Fields | |
| spec_t | type |
| The type of the elements contained by the LinkedList. Refer to spec_t. More... | |
| Node | head |
| Head of the LinkedList. More... | |
| Node | tail |
| Tail of the LinkedList. More... | |
| unsigned int | size |
| The number of elements contained by the LinkedList. More... | |
LinkedList type
| Node LinkedList::head |
Head of the LinkedList.
| unsigned int LinkedList::size |
The number of elements contained by the LinkedList.
| Node LinkedList::tail |
Tail of the LinkedList.
| spec_t LinkedList::type |
The type of the elements contained by the LinkedList. Refer to spec_t.