Stride Reference Manual  1.0
stride::DaysOffNone Class Reference

No days off work or school. More...

#include <DaysOffNone.h>

Inheritance diagram for stride::DaysOffNone:
Inheritance graph
Collaboration diagram for stride::DaysOffNone:
Collaboration graph

Public Member Functions

 DaysOffNone (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...
 

Detailed Description

No days off work or school.

Definition at line 29 of file DaysOffNone.h.

Constructor & Destructor Documentation

stride::DaysOffNone::DaysOffNone ( std::shared_ptr< Calendar cal)
inline

Initialize calendar.

Definition at line 32 of file DaysOffNone.h.

Member Function Documentation

bool stride::DaysOffNone::isWorkOff ( )
inlineoverridevirtual

See DaysOffInterface.

Implements stride::DaysOffInterface.

Definition at line 35 of file DaysOffNone.h.

bool stride::DaysOffNone::isSchoolOff ( )
inlineoverridevirtual

See DaysOffInterface.

Implements stride::DaysOffInterface.

Definition at line 38 of file DaysOffNone.h.


The documentation for this class was generated from the following file: