Stride Reference Manual  - generated for commit 9643b11
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 (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 31 of file DaysOffNone.h.

Constructor & Destructor Documentation

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

Initialize calendar.

Definition at line 35 of file DaysOffNone.h.

Member Function Documentation

bool stride::DaysOffNone::IsWorkOff ( )
inlineoverridevirtual

See DaysOffInterface.

Implements stride::DaysOffInterface.

Definition at line 38 of file DaysOffNone.h.

bool stride::DaysOffNone::IsSchoolOff ( )
inlineoverridevirtual

See DaysOffInterface.

Implements stride::DaysOffInterface.

Definition at line 41 of file DaysOffNone.h.


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