Declaration of the ISortEntries interface as used in the Strategy Pattern. More...
#include <memory>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
struct | ISortEntries |
Represents a sorting strategy. More... | |
Namespaces | |
namespace | DesignPatternExamples_cpp |
The namespace containing all Design Pattern Examples implemented in C++. | |
Macros | |
#define | __STRATEGY_ISORTENTRIES_H__ |
Enumerations | |
enum | SortOptions { ByName , ByAge , ByHeight } |
Identifies the different sorting strategies available. More... | |
Declaration of the ISortEntries interface as used in the Strategy Pattern.
Definition in file Strategy_ISortEntries.h.
#define __STRATEGY_ISORTENTRIES_H__ |
Definition at line 8 of file Strategy_ISortEntries.h.