Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

ListAgendaEntryStruct Struct Reference
[ListAgenda]

Collaboration diagram for ListAgendaEntryStruct:

Collaboration graph
[legend]

Detailed Description

this type represents an entry of an agenda.

Only elements of the same type should be inserted into the same agenda, since there can be only one function (freestate())for deallocating the elements.

Definition at line 55 of file listagenda.c.

Data Fields


Field Documentation

double ListAgendaEntryStruct::score
 

contains the rating of an agenda element

Large scores are sorted to appear before small scores.Definition at line 56 of file listagenda.c.

Pointer ListAgendaEntryStruct::state
 

holds a pointer to the actual element

Since its type is unknown, the agenda never uses this value except to return it.Definition at line 60 of file listagenda.c.


The documentation for this struct was generated from the following file:
BLAH 0.95 (20 Oct 2004)