Public Member Functions | |
Command (void) | |
virtual void | execute (void)=0 |
virtual | ~Command (void) |
Definition at line 6 of file Command.cpp.
Command::Command | ( | void | ) | [inline] |
Definition at line 8 of file Command.cpp.
virtual Command::~Command | ( | void | ) | [inline, virtual] |
Definition at line 10 of file Command.cpp.
virtual void Command::execute | ( | void | ) | [pure virtual] |
Implemented in Ingredient, and Step.