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

Public Member Functions | |
| FlushCommand () | |
| FlushCommand (List *command) | |
| void | execute () |
| std::string | getString () |
Static Public Member Functions | |
| static std::string | id () |
Static Private Attributes | |
| static const std::string | _id = "flush" |
Definition at line 530 of file Command.h.
|
|
Definition at line 11 of file FlushCommand.cpp. |
|
|
Definition at line 15 of file FlushCommand.cpp. |
|
|
Implements Command. Definition at line 19 of file FlushCommand.cpp. References CommandManager::flush(), and CommandManager::instance(). |
|
|
Implements Command. Definition at line 24 of file FlushCommand.cpp. References _id, List::getString(), and List::snoc(). |
|
|
Definition at line 538 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
|
Definition at line 540 of file Command.h. Referenced by getString(), and id(). |
1.4.6-NO