Go to the source code of this file.
◆ IUFI_INVALID
| #define IUFI_INVALID (iuf_t) NULL |
◆ IUFLIBRARY_IUFFILE_H
| #define IUFLIBRARY_IUFFILE_H |
◆ iuf_t
A iufFile contains the file handle and the history node
◆ iufFileCompare()
| int iufFileCompare |
( |
iuf_t |
reference, |
|
|
iuf_t |
actual |
|
) |
| |
Compares two IufFile objects with each other. returns IUF_TRUE when the two files are equal and IUF_FALSE otherwise.
- Parameters
-
◆ iufFileDelete()
| int iufFileDelete |
( |
iuf_t |
file | ) |
|
◆ iufFileGetHistoryTree()
Gets the history node of the IufFile.
- Returns
- Returns the IufHistoryNode when successful or NULL in case of an error
- Parameters
-
◆ iufFileGetType()
| const char* iufFileGetType |
( |
iuf_t |
file | ) |
|
Gets the type label of the IufFile.
- Returns
- Returns the type label
- Parameters
-
◆ iufFileLoad()
| iuf_t iufFileLoad |
( |
char * |
pFilename | ) |
|
Create an IufFile from the file pFilename.
- Returns
- Return the IufFile or IUFI_INVALID if the file could not be loaded.
- Parameters
-
| pFilename | The filename of the IufFile |
◆ iufFileSetHistoryTree()
| int iufFileSetHistoryTree |
( |
iuf_t |
file, |
|
|
iuhn_t |
history |
|
) |
| |