Stride Reference Manual
1.0
|
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 () |
Virtual destructor. More... | |
Interface definition.
Definition at line 27 of file DaysOffInterface.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 36 of file DaysOffInterface.h.
|
pure virtual |
Whether today is a work day.
Implemented in stride::DaysOffStandard, stride::DaysOffAll, stride::DaysOffNone, and stride::DaysOffSchool.
|
pure virtual |
Whether today is school day.
Implemented in stride::DaysOffStandard, stride::DaysOffSchool, stride::DaysOffAll, and stride::DaysOffNone.