GNU CommonC++
|
This is the complete list of members for ost::Date, including all inherited members.
Date(time_t tm) | ost::Date | |
Date(tm *dt) | ost::Date | |
Date(char *str, size_t size=0) | ost::Date | |
Date(int year, unsigned month, unsigned day) | ost::Date | |
Date() | ost::Date | |
fromJulian(char *buf) const | ost::Date | protected |
getDate(char *buffer) const | ost::Date | |
getDate(void) const | ost::Date | |
getDate(tm *buf) const | ost::Date | |
getDay(void) const | ost::Date | |
getDayOfWeek(void) const | ost::Date | |
getMonth(void) const | ost::Date | |
getValue(void) const | ost::Date | |
getYear(void) const | ost::Date | |
isValid(void) const | ost::Date | |
julian | ost::Date | protected |
operator long() const | ost::Date | inline |
operator!() const | ost::Date | inline |
operator!=(const Date &date) | ost::Date | |
operator()() const | ost::Date | |
operator+(const Date &date, const long val) | ost::Date | friend |
operator+(const long val, const Date &date) | ost::Date | friend |
operator++() | ost::Date | |
operator+=(const long val) | ost::Date | |
operator-(const Date &date, const long val) | ost::Date | friend |
operator-(const long val, const Date &date) | ost::Date | friend |
operator--() | ost::Date | |
operator-=(const long val) | ost::Date | |
operator<(const Date &date) | ost::Date | |
operator<=(const Date &date) | ost::Date | |
operator==(const Date &date) | ost::Date | |
operator>(const Date &date) | ost::Date | |
operator>=(const Date &date) | ost::Date | |
setDate(const char *str, size_t size=0) | ost::Date | |
toJulian(long year, long month, long day) | ost::Date | protected |
update(void) | ost::Date | protectedvirtual |
~Date() | ost::Date | virtual |