Design Pattern Examples
Overview of object-oriented design patterns
cplusplus/Command_Exercise.h File Reference

Declaration of the Command_Exercise() function as used in the Command Pattern. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Macros

#define __COMMAND_EXERCISE_H__
 

Functions

void Command_Exercise ()
 Example of using the Command design pattern.
 

Detailed Description

Declaration of the Command_Exercise() function as used in the Command Pattern.

Definition in file cplusplus/Command_Exercise.h.

Macro Definition Documentation

◆ __COMMAND_EXERCISE_H__

#define __COMMAND_EXERCISE_H__

Definition at line 9 of file cplusplus/Command_Exercise.h.