#include <Driver.h>
Public Member Functions | |
| int | instantiate (string name) |
| ~Driver () | |
Static Public Member Functions | |
| static void | waitForKey () |
© Bernhard Wagner, xmlizer.net, 2002.
Definition at line 13 of file Driver.h.
| Driver::~Driver | ( | ) |
| int Driver::instantiate | ( | string | name | ) |
Runs Exercises specified by name.
| name | The name of the Exercise to run. |
Definition at line 14 of file Driver.cpp.
References ExerciseStore::getExercise(), ExerciseStore::instance(), AbstractExercise::start(), and waitForKey().
Referenced by main().
| void Driver::waitForKey | ( | ) | [static] |
Waits for user to press a key on the keyboard.
Definition at line 31 of file Driver.cpp.
Referenced by instantiate().
1.5.1