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