class
#include <eckit/types/Month.h>
Month
Constructors, destructors, conversion operators
- Month(const Date& = Date(0))
- Month(long, long)
-
Month(const std::
string&) - ~Month()
- operator std::string() const
Public functions
- auto operator==(const Month& other) const -> bool
- auto operator!=(const Month& other) const -> bool
- auto operator<(const Month& other) const -> bool
- auto operator>(const Month& other) const -> bool
- auto operator<=(const Month& other) const -> bool
- auto operator>=(const Month& other) const -> bool
- auto year() const -> long
- auto month() const -> long
- void dump(DumpLoad&) const
- void load(DumpLoad&)
Friends
-
auto operator<<(std::
ostream& s, const Month& month) -> std:: ostream&