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

Represents a dictionary of key-data pairs. More...

#include <dict.h>

Data Fields

Arenaarena
 Pointer to an arena allocator.
 
struct {
   long   size
 Size of the item data in bytes.
 
   DictDataCopy *   copy
 Pointer to a data copy function.
 
data
 Data properties.
 
long length
 Number of items in the dict.
 
DictItembegin
 Pointer to root item of the dict.
 
DictItemend
 Pointer to last item of the dict.
 

Detailed Description

Represents a dictionary of key-data pairs.


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