|
Design Patterns
|
#include <simple_command.h>
Public Types | |
| typedef void(Receiver::* | Action) () |
Public Member Functions | |
| SimpleCommand (Receiver *r, Action a) | |
| virtual void | Execute () override |
Public Member Functions inherited from operational::command::CommandInterface | |
| virtual | ~CommandInterface () |
| typedef void(Receiver::* operational::command::SimpleCommand< Receiver >::Action) () |
| operational::command::SimpleCommand< Receiver >::SimpleCommand | ( | Receiver * | r, |
| Action | a | ||
| ) |
|
overridevirtual |