Definition: iufHistoryNodeList.c:8
int iufHistoryNodeListCompare(iuhnl_t reference, iuhnl_t actual)
Compare two IufHistoryNodeList objects with each other.
Definition: iufHistoryNodeList.c:60
Definition: iufHistoryNodeADT.h:4
iuhn_t iufHistoryNodeListGet(iuhnl_t list, int index)
Gets the node from the list at index.
Definition: iufHistoryNodeList.c:89
int iufHistoryNodeListGetSize(iuhnl_t list)
Get the number of nodes in the IufHistoryNodeList.
Definition: iufHistoryNodeList.c:80
int iufHistoryNodeListDelete(iuhnl_t list)
Delete a IufHistoryNodeList and all its entries.
Definition: iufHistoryNodeList.c:38
iuhnl_t iufHistoryNodeListCreate(int numHistoryNodes)
Create an empty list of IufHistoryNode for numHistoryNode nodes.
Definition: iufHistoryNodeList.c:17
int iufHistoryNodeListSet(iuhnl_t list, iuhn_t member, int index)
Sets the node member in list at index.
Definition: iufHistoryNodeList.c:100