OnixS CME Drop Copy Handler C++ library 5.7.1
API documentation
Loading...
Searching...
No Matches
TimeSpan Member List

This is the complete list of members for TimeSpan, including all inherited members.

days() constTimeSpan
deserialize(const std::string &str)TimeSpanstatic
hours() constTimeSpan
microseconds() constTimeSpan
milliseconds() constTimeSpan
minutes() constTimeSpan
nanoseconds() constTimeSpaninline
operator!=(const TimeSpan &other) constTimeSpan
operator+=(const TimeSpan &other)TimeSpan
operator-=(const TimeSpan &other)TimeSpan
operator<(const TimeSpan &other) constTimeSpan
operator=(const TimeSpan &other)TimeSpan
operator==(const TimeSpan &other) constTimeSpan
operator>(const TimeSpan &other) constTimeSpan
seconds() constTimeSpan
TimeSpan()TimeSpan
TimeSpan(Int32 hours, Int32 minutes, Int32 seconds, Int32 nanoseconds=0)TimeSpan
TimeSpan(Int32 days, Int32 hours, Int32 minutes, Int32 seconds, Int32 nanoseconds)TimeSpan
TimeSpan(Int64 totalSeconds, Int32 nanoseconds)TimeSpan
TimeSpan(const TimeSpan &other)TimeSpan
toString(std::string &str, TimeSpanFormat format=TimeSpanFormats::SDHHMMSSnsec) constTimeSpan
toString(TimeSpanFormat format=TimeSpanFormats::SDHHMMSSnsec) constTimeSpaninline
totalSeconds() constTimeSpaninline
totalSubseconds(Subsecond subsecondType) constTimeSpan
ZeroTimeSpanstatic