Orcus
|
Public Member Functions | |
date_time_t (int _year, int _month, int _day) | |
date_time_t (int _year, int _month, int _day, int _hour, int _minute, double _second) | |
date_time_t (const date_time_t &other) | |
date_time_t & | operator= (date_time_t other) |
bool | operator== (const date_time_t &other) const |
bool | operator!= (const date_time_t &other) const |
bool | operator< (const date_time_t &other) const |
std::string | to_string () const |
void | swap (date_time_t &other) |
Public Attributes | |
int | year |
int | month |
int | day |
int | hour |
int | minute |
double | second |