TaskIdList Struct Reference

Task Id List data structure. More...

#include <TaskIdList.h>


Data Fields

int size
 List size.
int capacity
 List capacity.
int * vetor
 List positions.


Detailed Description

Task Id List data structure.

Definition at line 19 of file TaskIdList.h.


Field Documentation

int TaskIdList::capacity
 

List capacity.

Definition at line 21 of file TaskIdList.h.

Referenced by taskIdListAdd(), and taskIdListCreate().

int TaskIdList::size
 

List size.

Definition at line 20 of file TaskIdList.h.

Referenced by taskIdListAdd(), taskIdListCompare(), taskIdListCreate(), taskIdListGetLast(), taskIdListGetSize(), taskIdListIntersection(), taskIdListSortAscendig(), and taskIdListToArray().

int* TaskIdList::vetor
 

List positions.

Definition at line 22 of file TaskIdList.h.

Referenced by taskIdListAdd(), taskIdListCompare(), taskIdListCreate(), taskIdListDestroy(), taskIdListGet(), taskIdListGetLast(), taskIdListIntersection(), taskIdListSortAscendig(), and taskIdListToArray().


The documentation for this struct was generated from the following file:
Generated on Tue Jan 17 19:29:05 2006 for Void by  doxygen 1.4.6