Inheritance diagram for LifeExercise:
Public Methods | |
LifeExercise (string name) | |
Protected Methods | |
void | execute () |
Private Attributes | |
Life | fLife |
Definition at line 310 of file LifeExercise.cpp.
|
Definition at line 313 of file LifeExercise.cpp. |
|
Executes this exercise. To be overridden in subclasses. (Hook Method) Reimplemented from AbstractExercise. Definition at line 327 of file LifeExercise.cpp. References fLife, and Life::run(). |
|
Definition at line 320 of file LifeExercise.cpp. Referenced by execute(). |