|
Stride Reference Manual
1.0
|
Schools closed. More...
#include <DaysOffSchool.h>


Public Member Functions | |
| DaysOffSchool (std::shared_ptr< Calendar > cal) | |
| Initialize calendar. More... | |
| bool | isWorkOff () override |
| See DaysOffInterface. More... | |
| virtual bool | isSchoolOff () override |
| See DaysOffInterface. More... | |
Public Member Functions inherited from stride::DaysOffInterface | |
| virtual | ~DaysOffInterface () |
| Virtual destructor. More... | |
Private Attributes | |
| std::shared_ptr< Calendar > | m_calendar |
| Management of calendar. More... | |
Schools closed.
Definition at line 28 of file DaysOffSchool.h.
|
inline |
Initialize calendar.
Definition at line 31 of file DaysOffSchool.h.
|
inlineoverridevirtual |
See DaysOffInterface.
Implements stride::DaysOffInterface.
Definition at line 34 of file DaysOffSchool.h.
References m_calendar.
|
inlineoverridevirtual |
See DaysOffInterface.
Implements stride::DaysOffInterface.
Definition at line 39 of file DaysOffSchool.h.
|
private |