Design Pattern Examples
Overview of object-oriented design patterns
c/Composite_FileAccess.h
Go to the documentation of this file.
1
5
6
#pragma once
7
#ifndef __COMPOSITE_FILEACCESS_H__
8
#define __COMPOSITE_FILEACCESS_H__
9
10
#include "
Composite_FileDirEntry.h
"
11
22
FileDirEntry
*
Composite_FileAccess_GetEntry
(
const
char
* path);
23
24
#endif
// __COMPOSITE_FILEACCESS_H__
25
Composite_FileAccess_GetEntry
FileDirEntry * Composite_FileAccess_GetEntry(const char *path)
Return a FileDirEntry object representing the specified file "path" from an internal list of data ent...
Definition:
Composite_FileAccess.c:287
Composite_FileDirEntry.h
Implementation of the FileDirEntry, FileEntry, and DirEntry classes used in the Composite Pattern.
FileDirEntry
Structure representing a File (FileEntry) or Directory (DirEntry) entry. This is included as the firs...
Definition:
c/Composite_FileDirEntry.h:44
c
Composite_FileAccess.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6