Design Pattern Examples
Overview of object-oriented design patterns
_Exercise Struct Reference

Represents a single exercise or example for a design pattern. More...

Collaboration diagram for _Exercise:
Collaboration graph

Public Attributes

const char * name
 Name of the exercise.
 
Action exercise_to_run
 Function to call to run the exercise.
 

Detailed Description

Represents a single exercise or example for a design pattern.

Definition at line 44 of file program.c.

Member Data Documentation

◆ exercise_to_run

Action exercise_to_run

Function to call to run the exercise.

Definition at line 54 of file program.c.

◆ name

const char* name

Name of the exercise.

Definition at line 49 of file program.c.


The documentation for this struct was generated from the following file: