Design Pattern Examples
Overview of object-oriented design patterns
cplusplus/Composite_FileAccess.h File Reference

Declaration of the Composite_FileAccess class used in the Composite Pattern. More...

#include <memory>
#include "Composite_FileDirEntry.h"
Include dependency graph for cplusplus/Composite_FileAccess.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Composite_FileAccess
 Class containing static functions for accessing a hardcoded "file" and "directory" hierarchy. More...
 

Namespaces

namespace  DesignPatternExamples_cpp
 The namespace containing all Design Pattern Examples implemented in C++.
 

Macros

#define __COMPOSITE_FILEACCESS_H__
 

Detailed Description

Declaration of the Composite_FileAccess class used in the Composite Pattern.

Definition in file cplusplus/Composite_FileAccess.h.

Macro Definition Documentation

◆ __COMPOSITE_FILEACCESS_H__

#define __COMPOSITE_FILEACCESS_H__

Definition at line 8 of file cplusplus/Composite_FileAccess.h.