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"
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. | |
Implementation of the Composite_Exercise() function as used in the Composite Pattern.
Definition in file Composite_Exercise.cpp.