Libtcod's generic container, deprecated in favor of more standard tools.
More...
#include <list.h>
|
|
void ** | array |
| | A pointer to an array of void pointers. Internal.
|
| |
|
int | fillSize |
| | The current count of items in the array. Internal.
|
| |
|
int | allocSize |
| | The maximum number of items that array can currently hold. Internal.
|
| |
Libtcod's generic container, deprecated in favor of more standard tools.
- Deprecated
- This object is deprecated in favor of more standard tools. In C a library such as
stb_ds.h should be used where a lower level interface isn't possible.
The documentation for this struct was generated from the following file: