Stride Reference Manual  - generated for commit 9643b11
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 (const std::shared_ptr< Calendar > &)
 Initialize calendar. More...
 
bool IsWorkOff () override
 See DaysOffInterface. More...
 
bool IsSchoolOff () override
 See DaysOffInterface. More...
 
- Public Member Functions inherited from stride::DaysOffInterface
virtual ~DaysOffInterface ()=default
 Virtual destructor. More...
 

Detailed Description

No days off work or school.

Definition at line 33 of file DaysOffAll.h.

Constructor & Destructor Documentation

stride::DaysOffAll::DaysOffAll ( const std::shared_ptr< Calendar > &  )
inlineexplicit

Initialize calendar.

Definition at line 37 of file DaysOffAll.h.

Member Function Documentation

bool stride::DaysOffAll::IsWorkOff ( )
inlineoverridevirtual

See DaysOffInterface.

Implements stride::DaysOffInterface.

Definition at line 40 of file DaysOffAll.h.

bool stride::DaysOffAll::IsSchoolOff ( )
inlineoverridevirtual

See DaysOffInterface.

Implements stride::DaysOffInterface.

Definition at line 43 of file DaysOffAll.h.


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