#include <TaskIdList.h>
Data Fields | |
| int | size |
| List size. | |
| int | capacity |
| List capacity. | |
| int * | vetor |
| List positions. | |
Definition at line 19 of file TaskIdList.h.
|
|
List capacity.
Definition at line 21 of file TaskIdList.h. Referenced by taskIdListAdd(), and taskIdListCreate(). |
|
|
List size.
Definition at line 20 of file TaskIdList.h. Referenced by taskIdListAdd(), taskIdListCompare(), taskIdListCreate(), taskIdListGetLast(), taskIdListGetSize(), taskIdListIntersection(), taskIdListSortAscendig(), and taskIdListToArray(). |
|
|
List positions.
Definition at line 22 of file TaskIdList.h. Referenced by taskIdListAdd(), taskIdListCompare(), taskIdListCreate(), taskIdListDestroy(), taskIdListGet(), taskIdListGetLast(), taskIdListIntersection(), taskIdListSortAscendig(), and taskIdListToArray(). |
1.4.6