
Public Member Functions | |
| Step (string action, string time) | |
| void | execute (void) |
Private Attributes | |
| string | _time |
| string | _action |
Definition at line 27 of file Command.cpp.
| Step::Step | ( | string | action, | |
| string | time | |||
| ) | [inline] |
| void Step::execute | ( | void | ) | [inline, virtual] |
string Step::_action [private] |
string Step::_time [private] |