Declaration of the Composite_FileAccess_GetEntry() function used in the Composite Pattern. More...
#include "Composite_FileDirEntry.h"
Go to the source code of this file.
Macros | |
#define | __COMPOSITE_FILEACCESS_H__ |
Functions | |
FileDirEntry * | Composite_FileAccess_GetEntry (const char *path) |
Return a FileDirEntry object representing the specified file "path" from an internal list of data entries that is organized in a file/ directory structure. | |
Declaration of the Composite_FileAccess_GetEntry() function used in the Composite Pattern.
Definition in file c/Composite_FileAccess.h.
#define __COMPOSITE_FILEACCESS_H__ |
Definition at line 8 of file c/Composite_FileAccess.h.
FileDirEntry * Composite_FileAccess_GetEntry | ( | const char * | path | ) |
Return a FileDirEntry object representing the specified file "path" from an internal list of data entries that is organized in a file/ directory structure.
path | A "path" specifying the entry to find, with each component separated by '/'. |
Definition at line 287 of file Composite_FileAccess.c.
References _FindEntry(), replace_chr(), and STRDUP.
Referenced by Composite_Exercise().