#include <Command.h>
Inheritance diagram for LiveCommand:

Public Member Functions | |
| LiveCommand (Person *person) | |
| LiveCommand (List *command) | |
| void | execute () |
| std::string | getString () |
Static Public Member Functions | |
| static std::string | id () |
Private Attributes | |
| std::string | _person |
Static Private Attributes | |
| static const std::string | _id = "live" |
Definition at line 466 of file Command.h.
|
|
Definition at line 11 of file LiveCommand.cpp. |
|
|
Definition at line 17 of file LiveCommand.cpp. References _person, List::firstString(), and List::rest(). |
|
|
Implements Command. Definition at line 23 of file LiveCommand.cpp. References _person, Level::getObject(), and Level::instance(). |
|
|
Implements Command. Definition at line 28 of file LiveCommand.cpp. References _id, _person, List::getString(), and List::snoc(). |
|
|
Definition at line 474 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
|
Definition at line 478 of file Command.h. Referenced by getString(), and id(). |
|
|
Definition at line 476 of file Command.h. Referenced by execute(), getString(), and LiveCommand(). |
1.4.6-NO