Represents a single exercise or example for a design pattern. More...
Public Attributes | |
const char * | name |
Name of the exercise. | |
Action | exercise_to_run |
Function to call to run the exercise. | |
Represents a single exercise or example for a design pattern.
Action exercise_to_run |