Implementation of the Strategy_ShowEntries_Class classes used in the Strategy Pattern. More...
Go to the source code of this file.
Classes | |
class | Strategy_ShowEntries_Class |
Represents a way of displaying a list of EntryInformation objects in a particular order. The order of sorting is a strategy that can be specified when the class is instantiated. The sorting strategy can be modified with a flag indicating whether the sort is reversed from normal (in this case, descending instead of ascending). More... | |
Namespaces | |
namespace | DesignPatternExamples_cpp |
The namespace containing all Design Pattern Examples implemented in C++. | |
Macros | |
#define | __STRATEGY_SHOWENTRIES_H__ |
Implementation of the Strategy_ShowEntries_Class classes used in the Strategy Pattern.
Definition in file Strategy_ShowEntries_Class.h.
#define __STRATEGY_SHOWENTRIES_H__ |
Definition at line 8 of file Strategy_ShowEntries_Class.h.