Stride Reference Manual
- generated for commit 9643b11
|
Interface definition. More...
#include <DaysOffInterface.h>
Public Member Functions | |
virtual bool | IsWorkOff ()=0 |
Whether today is a work day. More... | |
virtual bool | IsSchoolOff ()=0 |
Whether today is school day. More... | |
virtual | ~DaysOffInterface ()=default |
Virtual destructor. More... | |
Interface definition.
Definition at line 28 of file DaysOffInterface.h.
|
virtualdefault |
Virtual destructor.
|
pure virtual |
Whether today is a work day.
Implemented in stride::DaysOffAll, stride::DaysOffStandard, stride::DaysOffNone, and stride::DaysOffSchool.
|
pure virtual |
Whether today is school day.
Implemented in stride::DaysOffAll, stride::DaysOffStandard, stride::DaysOffNone, and stride::DaysOffSchool.