#include "macros.h"
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | ExerciseStore |
Typedefs | |
typedef map< string, AbstractExercise * > | ExerciseMap_t |
typedef map<string, AbstractExercise*> ExerciseMap_t |
The type mapping strings to exercises.
Definition at line 8 of file ExerciseStore.h.