|
libcute 0.1
|
Singly linked list container. More...
#include <list.h>

Public Attributes | |
| cu_List_Node * | head |
| size_t | length |
| cu_Layout | layout |
| cu_Allocator | allocator |
| cu_Destructor_Optional | destructor |
Singly linked list container.
| cu_Allocator cu_List::allocator |
allocator used for storage
| cu_Destructor_Optional cu_List::destructor |
optional element destructor
| cu_List_Node* cu_List::head |
first node in the list
| cu_Layout cu_List::layout |
layout of each element
| size_t cu_List::length |
number of elements