Stride Reference Manual
- generated for commit 9643b11
|
Schools closed. More...
#include <DaysOffSchool.h>
Public Member Functions | |
DaysOffSchool (std::shared_ptr< Calendar > cal) | |
Initialize calendar. More... | |
bool | IsWorkOff () override |
See DaysOffInterface. More... | |
bool | IsSchoolOff () override |
See DaysOffInterface. More... | |
![]() | |
virtual | ~DaysOffInterface ()=default |
Virtual destructor. More... | |
Private Attributes | |
std::shared_ptr< Calendar > | m_calendar |
Management of calendar. More... | |
Schools closed.
Definition at line 30 of file DaysOffSchool.h.
|
inlineexplicit |
Initialize calendar.
Definition at line 34 of file DaysOffSchool.h.
|
inlineoverridevirtual |
See DaysOffInterface.
Implements stride::DaysOffInterface.
Definition at line 37 of file DaysOffSchool.h.
References m_calendar.
|
inlineoverridevirtual |
See DaysOffInterface.
Implements stride::DaysOffInterface.
Definition at line 40 of file DaysOffSchool.h.
|
private |