Go to the source code of this file.
◆ iufHistoryNodeListCompare()
◆ iufHistoryNodeListCreate()
| iuhnl_t iufHistoryNodeListCreate |
( |
int |
numHistoryNodes | ) |
|
Create an empty list of IufHistoryNode for numHistoryNode nodes.
- Returns
- Returns the allocated list or IUHNL_INVALID in case of an invalid argument
- Parameters
-
| numHistoryNodes | The number of nodes in the list |
◆ iufHistoryNodeListDelete()
| int iufHistoryNodeListDelete |
( |
iuhnl_t |
list | ) |
|
◆ iufHistoryNodeListGet()
Gets the node from the list at index.
- Returns
- Returns the IufHistoryNode at
index or NULL in case of invalid arguments.
- Parameters
-
◆ iufHistoryNodeListGetSize()
| int iufHistoryNodeListGetSize |
( |
iuhnl_t |
list | ) |
|
Get the number of nodes in the IufHistoryNodeList.
- Returns
- Returns the number of nodes of the list when the lists are equal and IUF_FALSE otherwise.
- Parameters
-
◆ iufHistoryNodeListSet()
| int iufHistoryNodeListSet |
( |
iuhnl_t |
list, |
|
|
iuhn_t |
member, |
|
|
int |
index |
|
) |
| |
Sets the node member in list at index.
- Returns
- Returns IUF_E_OK when successful and IUF_ERR_VALUE otherwise.
- Parameters
-