|
Timetabler
|


Go to the source code of this file.
Classes | |
| class | IsMinor |
| Class for "is minor". More... | |
Enumerations | |
| enum | MinorType { MinorType::isMinorCourse, MinorType::isNotMinorCourse } |
| Enum to represent the types of "Is Minor". More... | |
|
strong |
Enum to represent the types of "Is Minor".
A Course can either be a minor course or not. If it is, the value under this enum would be isMinorCourse, and otherwise, it would be isNotMinorCourse.
| Enumerator | |
|---|---|
| isMinorCourse | Value when the Course is a minor course |
| isNotMinorCourse | Value when the Course is not a minor course |
Definition at line 16 of file is_minor.h.
1.8.13