csutil/list.h File Reference
Double-linked list. More...
#include "csextern.h"#include "csutil/allocator.h"#include "csutil/custom_new_disable.h"#include "csutil/custom_new_enable.h"Go to the source code of this file.
Classes | |
| class | csList< T, MemoryAllocator > |
| A lightweight double-linked list template. More... | |
| class | csList< T, MemoryAllocator >::Iterator |
| Iterator for the list. More... | |
| struct | csList< T, MemoryAllocator >::ListElement |
| Template which describes the data stored in the linked list For example a list of ints uses ListElement<int>. More... | |
Detailed Description
Double-linked list.
Definition in file list.h.
Generated for Crystal Space 1.4.1 by doxygen 1.7.1
