#include <Strategy.hpp>
Inheritance diagram for corelinux::Strategy:
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 | ) | const |
Equality operator overload.
Strategy | const reference |
bool corelinux::Strategy::operator!= | ( | StrategyCref | ) | const |
Non-equality operator overload.
Strategy | const reference |