|
libcmutils 0.6.5
Multi-platform C99 utility library
|
A list of files in a directory. More...
Data Fields | |
| size_t(* | Count )(const CMUTIL_FileList *flist) |
| Get the number of files in the list. | |
| CMUTIL_File *(* | GetAt )(const CMUTIL_FileList *flist, uint32_t index) |
| Get the file at the specified index in the list. | |
| void(* | Destroy )(CMUTIL_FileList *flist) |
| Destroy the file list and free its resources. | |
A list of files in a directory.
| size_t(* CMUTIL_FileList::Count) (const CMUTIL_FileList *flist) |
Get the number of files in the list.
| flist | A pointer to the CMUTIL_FileList object. |
| CMUTIL_File *(* CMUTIL_FileList::GetAt) (const CMUTIL_FileList *flist, uint32_t index) |
Get the file at the specified index in the list.
| flist | A pointer to the CMUTIL_FileList object. |
| index | The index of the file to retrieve. |
| void(* CMUTIL_FileList::Destroy) (CMUTIL_FileList *flist) |
Destroy the file list and free its resources.
| flist | A pointer to the CMUTIL_FileList object to be destroyed. |