libUTL++
|
This is the complete list of members for utl::Time, including all inherited members.
_isA(const RunTimeClass *runTimeClass) const | utl::Object | inline |
abbrevMonthName | utl::Time | static |
abbrevWeekDayName | utl::Time | static |
addOwnedIt(const class FwdIt *it) const | utl::Object | virtual |
allocatedSize() const | utl::Object | |
clear() | utl::Object | |
compare(const Object &rhs) const | utl::Time | virtual |
copy(const Object &rhs) | utl::Time | virtual |
current() | utl::Time | inlinestatic |
dump(Stream &os, uint_t level=uint_t_max) const | utl::Object | virtual |
dumpWithClassName(Stream &os, uint_t indent=4, uint_t level=uint_t_max) const | utl::Object | |
get() const | utl::Time | inline |
getComponents(uint_t *year, uint_t *month, uint_t *day, uint_t *wday=nullptr, uint_t *hour=nullptr, uint_t *min=nullptr, double *sec=nullptr, bool *isDST=nullptr, bool isGMT=false) const | utl::Time | |
getDay() const | utl::Time | inline |
getDayOfWeek() const | utl::Time | inline |
getHour() const | utl::Time | inline |
getKey() const | utl::Object | virtual |
getMin() const | utl::Time | inline |
getMonth() const | utl::Time | inline |
getProxiedObject() const | utl::Object | virtual |
getProxiedObject() | utl::Object | virtual |
getSec() const | utl::Time | inline |
getTimeOfDay() const | utl::Time | inline |
getYear() const | utl::Time | inline |
hash(size_t size) const | utl::Object | virtual |
hasKey() const | utl::Object | inline |
innerAllocatedSize() const | utl::Object | virtual |
isNull() const | utl::Time | inline |
maxDay() const | utl::Time | |
monthDays | utl::Time | static |
monthName | utl::Time | static |
operator String() const | utl::Object | |
operator time_t() const | utl::Time | inline |
operator!=(const Object &rhs) const | utl::Object | inline |
operator+(int i) const | utl::Time | inline |
operator+(const Duration &rhs) const | utl::Time | inline |
operator+=(const Duration &rhs) | utl::Time | inline |
operator-(const Duration &rhs) const | utl::Time | inline |
operator-(int i) const | utl::Time | inline |
operator-(const Time &rhs) const | utl::Time | |
operator-=(const Duration &rhs) | utl::Time | inline |
operator<(const Object &rhs) const | utl::Object | inline |
operator<=(const Object &rhs) const | utl::Object | inline |
operator=(time_t t) | utl::Time | inline |
operator==(const Object &rhs) const | utl::Object | inline |
operator>(const Object &rhs) const | utl::Object | inline |
operator>=(const Object &rhs) const | utl::Object | inline |
removeOwnedIt(const class FwdIt *it) const | utl::Object | virtual |
roundDown(uint_t unit) | utl::Time | |
roundDown(const Duration &dur) | utl::Time | |
roundUp(uint_t unit) | utl::Time | |
roundUp(const Duration &dur) | utl::Time | |
serialize(Stream &stream, uint_t io, uint_t mode=ser_default) | utl::Time | virtual |
serializeBoxed(Object *&object, Stream &stream, uint_t io, uint_t mode=ser_default) | utl::Object | inlinestatic |
serializeIn(Stream &is, uint_t mode=ser_default) | utl::Object | inline |
serializeInBoxed(Stream &is, uint_t mode=ser_default) | utl::Object | static |
serializeInNullable(Stream &is, uint_t mode=ser_default) | utl::Object | static |
serializeNullable(Object *&object, Stream &stream, uint_t io, uint_t mode=ser_default) | utl::Object | static |
serializeOut(Stream &os, uint_t mode=ser_default) const | utl::Object | inline |
serializeOutBoxed(Stream &os, uint_t mode=ser_default) const | utl::Object | |
serializeOutNullable(const Object *object, Stream &os, uint_t mode=ser_default) | utl::Object | static |
set(time_t dateTime) | utl::Time | inline |
set(uint_t year, uint_t month, uint_t day, uint_t hour=0, uint_t min=0, double sec=0, bool isGMT=false) | utl::Time | |
set(const String &fmt, const String &str) | utl::Time | |
setCurrent() | utl::Time | inline |
setNull() | utl::Time | inline |
steal(Object &rhs) | utl::Object | virtual |
Time(const String &fmt, const String &str) | utl::Time | inline |
Time(uint_t year, uint_t month=1, uint_t day=1, uint_t hour=0, uint_t min=0, double sec=0, bool isGMT=false) | utl::Time | inline |
Time(time_t t) | utl::Time | inline |
today(uint_t hour=0, uint_t min=0, double sec=0) | utl::Time | static |
toGMTstring() const | utl::Time | |
toGMTstring(const String &fmt) const | utl::Time | |
toString() const | utl::Time | virtual |
toString(const String &fmt) const | utl::Time | |
vclone(const Object &rhs) | utl::Object | virtual |
weekDayName | utl::Time | static |