CmdStack Class Reference

List of all members.

Public Member Functions

void add (Command *c)
void createRecipe (void)
void undo (void)

Private Attributes

vector< Command * > commands


Detailed Description

Definition at line 41 of file Command.cpp.


Member Function Documentation

void CmdStack::add ( Command c  )  [inline]

Definition at line 43 of file Command.cpp.

References commands.

Referenced by main().

Here is the caller graph for this function:

void CmdStack::createRecipe ( void   )  [inline]

Definition at line 46 of file Command.cpp.

References commands.

Referenced by main().

Here is the caller graph for this function:

void CmdStack::undo ( void   )  [inline]

Definition at line 51 of file Command.cpp.

References commands.

Referenced by main().

Here is the caller graph for this function:


Member Data Documentation

vector<Command*> CmdStack::commands [private]

Definition at line 60 of file Command.cpp.

Referenced by add(), createRecipe(), and undo().


The documentation for this class was generated from the following file:

Generated on Sat Mar 21 13:50:59 2009 for Command Design Pattern by  doxygen 1.5.8