#include <Strategy.hpp>

Public Member Functions | |
| Strategy (void) | |
| Default Constructor. | |
| Strategy (StrategyCref) | |
| Copy Constructor. | |
| virtual | ~Strategy (void) |
| Virtual Destructor. | |
| StrategyRef | operator= (StrategyCref) |
| Assignment operator overload. | |
| bool | operator== (StrategyCref) const |
| Equality operator overload. | |
| bool | operator!= (StrategyCref) const |
| Non-equality operator overload. | |
Strategy lets the alogrithm vary independently from clients that use them.
| corelinux::Strategy::Strategy | ( | StrategyCref | ) |
| StrategyRef corelinux::Strategy::operator= | ( | StrategyCref | ) |
| bool corelinux::Strategy::operator== | ( | StrategyCref | aRef | ) | const |
Equality operator overload.
| Strategy | const reference |
Referenced by operator!=().
| bool corelinux::Strategy::operator!= | ( | StrategyCref | aRef | ) | const |
Non-equality operator overload.
| Strategy | const reference |
References operator==().