GNU CommonC++
ost::Date Member List

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::Dateprotected
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
julianost::Dateprotected
operator long() const ost::Dateinline
operator!() const ost::Dateinline
operator!=(const Date &date)ost::Date
operator()() const ost::Date
operator+(const Date &date, const long val)ost::Datefriend
operator+(const long val, const Date &date)ost::Datefriend
operator++()ost::Date
operator+=(const long val)ost::Date
operator-(const Date &date, const long val)ost::Datefriend
operator-(const long val, const Date &date)ost::Datefriend
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::Dateprotected
update(void)ost::Dateprotectedvirtual
~Date()ost::Datevirtual