![]() |
TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
|
for assert More...
Public Member Functions | |
| EasterYearMonthDay (uint64_t newYear, uint64_t newMonth, uint64_t newDay) | |
Public Attributes | |
| uint64_t | year |
| year Easter is on | |
| uint64_t | month |
| month Easter is on | |
| uint64_t | day |
| day Easter is on | |
|
inline |
Definition at line 33 of file easter.cpp.
| uint64_t EasterYearMonthDay::day |
day Easter is on
Definition at line 31 of file easter.cpp.
| uint64_t EasterYearMonthDay::month |
month Easter is on
Definition at line 30 of file easter.cpp.
| uint64_t EasterYearMonthDay::year |
year Easter is on
Definition at line 29 of file easter.cpp.