#include <Strategy.hpp>
Inheritance diagram for corelinux::Strategy
Public Methods | |
Strategy ( void ) | |
Default Constructor. | |
Strategy ( StrategyCref ) | |
Copy Constructor. More... | |
virtual | ~Strategy ( void ) |
Virtual Destructor. | |
StrategyRef | operator= ( StrategyCref ) |
Assignment operator overload. More... | |
bool | operator== ( StrategyCref ) const |
Equality operator overload. More... | |
bool | operator!= ( StrategyCref ) const |
Non-equality operator overload. More... |
Strategy lets the alogrithm vary independently from clients that use them.
|
Copy Constructor.
|
|
Non-equality operator overload.
|
|
Assignment operator overload.
|
|
Equality operator overload.
|