Public Member Functions | |
void | add (Command *c) |
void | createRecipe (void) |
void | undo (void) |
Private Attributes | |
vector< Command * > | commands |
Definition at line 41 of file Command.cpp.
void CmdStack::add | ( | Command * | c | ) | [inline] |
Definition at line 43 of file Command.cpp.
References commands.
Referenced by main().
void CmdStack::createRecipe | ( | void | ) | [inline] |
Definition at line 46 of file Command.cpp.
References commands.
Referenced by main().
void CmdStack::undo | ( | void | ) | [inline] |
Definition at line 51 of file Command.cpp.
References commands.
Referenced by main().
vector<Command*> CmdStack::commands [private] |