|
Stride Reference Manual
1.0
|
No days off work or school. More...
#include <DaysOffAll.h>


Public Member Functions | |
| DaysOffAll (std::shared_ptr< Calendar > cal) | |
| Initialize calendar. More... | |
| bool | isWorkOff () override |
| See DaysOffInterface. More... | |
| bool | isSchoolOff () override |
| See DaysOffInterface. More... | |
Public Member Functions inherited from stride::DaysOffInterface | |
| virtual | ~DaysOffInterface () |
| Virtual destructor. More... | |
No days off work or school.
Definition at line 29 of file DaysOffAll.h.
|
inline |
Initialize calendar.
Definition at line 32 of file DaysOffAll.h.
|
inlineoverridevirtual |
See DaysOffInterface.
Implements stride::DaysOffInterface.
Definition at line 35 of file DaysOffAll.h.
|
inlineoverridevirtual |
See DaysOffInterface.
Implements stride::DaysOffInterface.
Definition at line 38 of file DaysOffAll.h.