julian::EasterMonday Class Reference
Easter Monday. More...
#include <easterMonday.hpp>
Inheritance diagram for julian::EasterMonday:
Public Member Functions | |
virtual bool | operator() (Date) const |
Checks if date is an Easter Monday. More... | |
virtual EasterMonday * | clone () const |
Virtual copy constructor. More... | |
virtual std::string | info () const |
Informations about class. More... | |
Public Member Functions inherited from julian::Holiday | |
Holiday () | |
Constructor. More... | |
virtual | ~Holiday () |
deconstructor More... | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &, const unsigned int) |
interface used by Boost serialization library More... | |
Friends | |
class | boost::serialization::access |
Detailed Description
Easter Monday.
Easter Monday is a moveable feast, celebrated on the first Monday after Easter.
- Examples:
- DatesAndCalendarExample.cpp.
Member Function Documentation
|
virtual |
Virtual copy constructor.
Method is an implementation of virtual copy constructor.
Implements julian::Holiday.
|
virtual |
Informations about class.
Method returns string that containing information about class.
Implements julian::Holiday.
|
virtual |
Checks if date is an Easter Monday.
Method returns true if a date is a Easter Monday feast and false otherwise.
Implements julian::Holiday.
template<class Archive >
|
inlineprivate |
interface used by Boost serialization library
The documentation for this class was generated from the following files:
- C:/Unix/home/OEM/jULIAN/src/dates/calendars/easterMonday.hpp
- C:/Unix/home/OEM/jULIAN/src/dates/calendars/easterMonday.cpp