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

Implementation of the EntryInformation class as used for data in the Strategy Pattern. More...

#include <memory>
#include <string>
#include "helpers/formatstring.h"
Include dependency graph for Strategy_EntryInformation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EntryInformation
 Represents an individual with a Name, Age, and Height. More...
 

Namespaces

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

Macros

#define __STRATEGY_ENTRYINFORMATION_H__
 

Detailed Description

Implementation of the EntryInformation class as used for data in the Strategy Pattern.

Definition in file Strategy_EntryInformation.h.

Macro Definition Documentation

◆ __STRATEGY_ENTRYINFORMATION_H__

#define __STRATEGY_ENTRYINFORMATION_H__

Definition at line 8 of file Strategy_EntryInformation.h.