getHour() const | odbc::Time | |
getMinute() const | odbc::Time | |
getSecond() const | odbc::Time | |
getTime() const | odbc::Time | |
operator=(const Time &t) | odbc::Time | |
parse(const std::string &str) | odbc::Time | |
setHour(int h) | odbc::Time | |
setMinute(int m) | odbc::Time | |
setSecond(int s) | odbc::Time | |
setTime(std::time_t t) | odbc::Time | [virtual] |
Time(int hour, int minute, int second) | odbc::Time | |
Time() | odbc::Time | [explicit] |
Time(std::time_t t) | odbc::Time | |
Time(const std::string &str) | odbc::Time | |
Time(const Time &t) | odbc::Time | |
~Time() | odbc::Time | [virtual] |