Implementation of the ICommand interface. More...
#include <CommandT.h>

Public Member Functions | |
| virtual void | Execute (bool Verify=true) |
| Execute the command. More... | |
| virtual bool | IsDone (bool Verify=true) |
| Query whether the command is executed. More... | |
| virtual void | operator() () |
| Execute the command. More... | |
Implementation of the ICommand interface.
Definition at line 46 of file CommandT.h.
|
inlinevirtual |
Execute the command.
Definition at line 50 of file CommandT.h.
|
inlinevirtual |
Query whether the command is executed.
Definition at line 100 of file CommandT.h.
|
inlinevirtual |
Execute the command.
Definition at line 94 of file CommandT.h.