Step Class Reference

Inherits Command.

Collaboration diagram for Step:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Step (string action, string time)
void execute (void)

Private Attributes

string _time
string _action


Detailed Description

Definition at line 27 of file Command.cpp.


Constructor & Destructor Documentation

Step::Step ( string  action,
string  time 
) [inline]

Definition at line 29 of file Command.cpp.

References _action, and _time.


Member Function Documentation

void Step::execute ( void   )  [inline, virtual]

Implements Command.

Definition at line 33 of file Command.cpp.

References _action, and _time.


Member Data Documentation

string Step::_action [private]

Definition at line 38 of file Command.cpp.

Referenced by execute(), and Step().

string Step::_time [private]

Definition at line 37 of file Command.cpp.

Referenced by execute(), and Step().


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