Stride Reference Manual  1.0
stride::DaysOffAll Class Reference

No days off work or school. More...

#include <DaysOffAll.h>

Inheritance diagram for stride::DaysOffAll:
Inheritance graph
Collaboration diagram for stride::DaysOffAll:
Collaboration graph

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

Detailed Description

No days off work or school.

Definition at line 29 of file DaysOffAll.h.

Constructor & Destructor Documentation

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

Initialize calendar.

Definition at line 32 of file DaysOffAll.h.

Member Function Documentation

bool stride::DaysOffAll::isWorkOff ( )
inlineoverridevirtual

See DaysOffInterface.

Implements stride::DaysOffInterface.

Definition at line 35 of file DaysOffAll.h.

bool stride::DaysOffAll::isSchoolOff ( )
inlineoverridevirtual

See DaysOffInterface.

Implements stride::DaysOffInterface.

Definition at line 38 of file DaysOffAll.h.


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