Timetabler
Classes | Enumerations
is_minor.h File Reference
#include "fields/field.h"
#include "global.h"
Include dependency graph for is_minor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IsMinor
 Class for "is minor". More...
 

Enumerations

enum  MinorType { isMinorCourse, isNotMinorCourse }
 Enum to represent the types of "Is Minor". More...
 

Enumeration Type Documentation

enum MinorType

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