Design Pattern Examples
Overview of object-oriented design patterns
Composite_Exercise.cpp File Reference

Implementation of the Composite_Exercise() function as used in the Composite Pattern. More...

#include <filesystem>
#include <iostream>
#include "helpers/formatstring.h"
#include "Composite_Exercise.h"
#include "Composite_FileDirEntry.h"
#include "Composite_FileAccess.h"
Include dependency graph for Composite_Exercise.cpp:

Go to the source code of this file.

Namespaces

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

Functions

void Composite_Exercise ()
 Example of using the Composite design pattern.
 

Detailed Description

Implementation of the Composite_Exercise() function as used in the Composite Pattern.

Definition in file Composite_Exercise.cpp.