cdsa
Arena allocators and friends
Loading...
Searching...
No Matches
List Struct Reference

Represents a doubly linked list. More...

#include <list.h>

Data Fields

Arenaarena
 Pointer to an arena allocator.
 
struct {
   long   size
 Size of the item data in bytes.
 
   ListDataCompare *   compare
 Pointer to a data comparison function.
 
   ListDataCopy *   copy
 Pointer to a data copy function.
 
data
 Data properties.
 
long length
 Number of items in the list.
 
ListItembegin
 Pointer to first item of the list.
 
ListItemend
 Pointer to last item of the list.
 

Detailed Description

Represents a doubly linked list.


The documentation for this struct was generated from the following file: