_GGZList Struct Reference
[List functions]

Simple doubly-linked list. More...

#include <ggz.h>


Data Fields

GGZListEntryhead
 Pointer to the first node in the list.
GGZListEntrytail
 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.


Detailed Description

Simple doubly-linked list.

Do not access these members directly. Instead use accessor functions.


Field Documentation

int _GGZList::entries

The current number of list entries (ie.

list length)


The documentation for this struct was generated from the following file:
Generated on Fri Nov 30 14:58:03 2007 for LibGGZ by  doxygen 1.5.1