Go to the source code of this file.
◆ IUFL_INVALID
| #define IUFL_INVALID (iufl_t) NULL |
◆ iufl_t
◆ iufFrameListCompare()
- Parameters
-
| reference | The frameList to compare to |
| actual | The frameList to compare with |
◆ iufFrameListCreate()
| iufl_t iufFrameListCreate |
( |
int |
numFrames | ) |
|
- Parameters
-
| numFrames | The number of frames to allocate. |
◆ iufFrameListDeepDelete()
| int iufFrameListDeepDelete |
( |
iufl_t |
frameList | ) |
|
- Parameters
-
| frameList | The frameList that is to be deleted |
◆ iufFrameListDelete()
| int iufFrameListDelete |
( |
iufl_t |
frameList | ) |
|
- Parameters
-
| frameList | The frameList that is to be deleted |
◆ iufFrameListGet()
- Parameters
-
| frameList | The frameList of interest |
| index | The index in the list |
◆ iufFrameListGetSize()
| int iufFrameListGetSize |
( |
iufl_t |
frameList | ) |
|
- Parameters
-
| frameList | The frameList of interest |
◆ iufFrameListSet()
| int iufFrameListSet |
( |
iufl_t |
frameList, |
|
|
iufr_t |
member, |
|
|
int |
index |
|
) |
| |
- Parameters
-
| frameList | The frameList of interest |
| member | The IufFrame to set |
| index | The index in the list |