#include <ggz.h>
Data Fields | |
| GGZListEntry * | head |
| Pointer to the first node in the list. | |
| GGZListEntry * | tail |
| Pointer to the last node in the list. | |
| ggzEntryCompare | compare_func |
| Function used to compare data entries. | |
| ggzEntryCreate | create_func |
| Function used to copy data entries. | |
| ggzEntryDestroy | destroy_func |
| Function used to destroy data entries. | |
| int | options |
| List options. | |
| int | entries |
| The current number of list entries (ie. | |
Do not access these members directly. Instead use accessor functions.
The current number of list entries (ie.
list length)
1.5.1