Stride Reference Manual
- generated for commit 9643b11
|
No days off work or school. More...
#include <DaysOffAll.h>
Public Member Functions | |
DaysOffAll (const std::shared_ptr< Calendar > &) | |
Initialize calendar. More... | |
bool | IsWorkOff () override |
See DaysOffInterface. More... | |
bool | IsSchoolOff () override |
See DaysOffInterface. More... | |
![]() | |
virtual | ~DaysOffInterface ()=default |
Virtual destructor. More... | |
No days off work or school.
Definition at line 33 of file DaysOffAll.h.
|
inlineexplicit |
Initialize calendar.
Definition at line 37 of file DaysOffAll.h.
|
inlineoverridevirtual |
See DaysOffInterface.
Implements stride::DaysOffInterface.
Definition at line 40 of file DaysOffAll.h.
|
inlineoverridevirtual |
See DaysOffInterface.
Implements stride::DaysOffInterface.
Definition at line 43 of file DaysOffAll.h.