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

Implementation of the Strategy_SortEntries_ClassFactory class as used in the Strategy Pattern. More...

#include <stdexcept>
#include "helpers/formatstring.h"
#include "Strategy_SortEntries_Classes.h"
Include dependency graph for Strategy_SortEntries_Classes.cpp:

Go to the source code of this file.

Namespaces

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

Detailed Description

Implementation of the Strategy_SortEntries_ClassFactory class as used in the Strategy Pattern.

Definition in file Strategy_SortEntries_Classes.cpp.