Design Pattern Examples
Overview of object-oriented design patterns
Strategy_ShowEntries_Class.h File Reference

Implementation of the Strategy_ShowEntries_Class classes used in the Strategy Pattern. More...

Include dependency graph for Strategy_ShowEntries_Class.h:
This graph shows which files directly or indirectly include this file:

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__
 

Detailed Description

Implementation of the Strategy_ShowEntries_Class classes used in the Strategy Pattern.

Definition in file Strategy_ShowEntries_Class.h.

Macro Definition Documentation

◆ __STRATEGY_SHOWENTRIES_H__

#define __STRATEGY_SHOWENTRIES_H__

Definition at line 8 of file Strategy_ShowEntries_Class.h.