This is the complete list of members for C16::Value::Time, including all inherited members.
assign(int hours, int minutes, int seconds=0, int centiseconds=0) | C16::Value::Time | |
assign(long int serial) | C16::Value::Time | |
centiseconds() const | C16::Value::Time | |
clear(bool empty=false) | C16::Value::Time | |
compare(const Time &other) const | C16::Value::Time | |
empty() const | C16::Value::Time | |
EMPTY | C16::Value::Time | static |
hours() const | C16::Value::Time | |
MAXIMUM | C16::Value::Time | static |
milliseconds() const | C16::Value::Time | |
MINIMUM | C16::Value::Time | static |
minutes() const | C16::Value::Time | |
now() | C16::Value::Time | static |
now_local() | C16::Value::Time | static |
operator!=(const Time &other) const | C16::Value::Time | |
operator<(const Time &other) const | C16::Value::Time | |
operator<=(const Time &other) const | C16::Value::Time | |
operator=(const Time &other) | C16::Value::Time | |
operator==(const Time &other) const | C16::Value::Time | |
operator>(const Time &other) const | C16::Value::Time | |
operator>=(const Time &other) const | C16::Value::Time | |
seconds() const | C16::Value::Time | |
serial() const | C16::Value::Time | |
Time() | C16::Value::Time | |
Time(bool empty) | C16::Value::Time | explicit |
Time(int hours, int minutes, int seconds=0, int centiseconds=0) | C16::Value::Time | |
Time(long int serial) | C16::Value::Time | explicit |
Time(const Time &other) | C16::Value::Time | |
validate(int hours, int minutes, int seconds=0, int centiseconds=0) | C16::Value::Time | static |
validate(long int serial) | C16::Value::Time | static |
validate_throw(int hours, int minutes, int seconds=0, int centiseconds=0) | C16::Value::Time | static |
validate_throw(long int serial) | C16::Value::Time | static |