#include <Driver.h>
Public Methods | |
int | instantiate (string name) |
~Driver () | |
Static Public Methods | |
void | waitForKey () |
© Bernhard Wagner, xmlizer.biz, 2002.
Definition at line 13 of file Driver.h.
|
Destructor. Definition at line 27 of file Driver.cpp. References ExerciseStore::destroyInstance(). |
|
Runs Exercises specified by name.
Definition at line 14 of file Driver.cpp. References ExerciseStore::getExercise(), ExerciseStore::instance(), AbstractExercise::start(), and waitForKey(). Referenced by main(). |
|
Waits for user to press a key on the keyboard. Definition at line 31 of file Driver.cpp. Referenced by instantiate(). |