#include <AbstractCommand.hpp>
Inheritance diagram for corelinux::AbstractCommand
Public Methods | |
AbstractCommand ( void ) | |
Default Constructor. | |
AbstractCommand ( AbstractCommandCref ) | |
Copy constructor. | |
virtual | ~AbstractCommand ( void ) |
Virtual Destructor. | |
AbstractCommandRef | operator= ( AbstractCommandCref ) |
Assignment operator. | |
bool | operator== ( AbstractCommandCref ) const |
Equality operator. | |
virtual void | execute ( void ) = 0 |
Execute the command. | |
virtual void | executeReverse ( void ) = 0 |
Execute the reverse command. |