Implementation of the Composite_FileAccess class used in the Composite Pattern. More...
#include <filesystem>
#include <system_error>
#include "helpers/DateTime.h"
#include "helpers/formatstring.h"
#include "helpers/replace.h"
#include "helpers/split.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++. | |
Implementation of the Composite_FileAccess class used in the Composite Pattern.
Definition in file Composite_FileAccess.cpp.