Inheritance diagram for LifeExercise:
Public Member Functions | |
LifeExercise (string name) | |
Protected Member Functions | |
void | execute () |
Private Attributes | |
Life001 | fLife |
Definition at line 24 of file LifeExercise.cpp.
LifeExercise::LifeExercise | ( | string | name | ) | [inline] |
Definition at line 27 of file LifeExercise.cpp.
void LifeExercise::execute | ( | ) | [protected, virtual] |
Executes this exercise. To be overridden in subclasses. (Hook Method)
Reimplemented from AbstractExercise.
Definition at line 41 of file LifeExercise.cpp.
References fLife, and Life001::run().
Life001 LifeExercise::fLife [private] |