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

Represents the command line options provided to the program, if any. More...

Collaboration diagram for _Options:
Collaboration graph

Public Attributes

StringList exercise_names
 List of names of exercise to run. If this list is empty, run all exercises.
 

Detailed Description

Represents the command line options provided to the program, if any.

Definition at line 66 of file program.c.

Member Data Documentation

◆ exercise_names

StringList exercise_names

List of names of exercise to run. If this list is empty, run all exercises.

Definition at line 72 of file program.c.

Referenced by main(), and ParseOptions().


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