|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
This is the complete list of members for Fauna::Date, including all inherited members.
| Date(const unsigned int julian_day, const int year) | Fauna::Date | |
| FIRST_OF_MONTH | Fauna::Date | privatestatic |
| FIRST_OF_MONTH_LEAP | Fauna::Date | privatestatic |
| get_day_of_month(bool leap_year=false) const | Fauna::Date | |
| get_julian_day() const | Fauna::Date | inline |
| get_month(const bool leap_year=false) const | Fauna::Date | |
| get_year() const | Fauna::Date | inline |
| is_successive(const Date &other_date) const | Fauna::Date | |
| julian_day | Fauna::Date | private |
| MONTH_LENGTH | Fauna::Date | privatestatic |
| operator!=(const Date &rhs) const | Fauna::Date | |
| operator<(const Date &rhs) const | Fauna::Date | |
| operator==(const Date &rhs) const | Fauna::Date | |
| operator>(const Date &rhs) const | Fauna::Date | |
| year | Fauna::Date | private |