OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers 18.2.0
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(int hours, int minutes, int seconds, int nanoseconds=0)TimeSpan
TimeSpan(int days, int hours, int minutes, int seconds, int nanoseconds)TimeSpan
TimeSpan(long long totalSeconds, int nanoseconds)TimeSpan
TimeSpan(const TimeSpan &other)TimeSpan
toString(std::string &str, TimeSpanFormat format=TimeSpanFormats::SDHHMMSSnsec) constTimeSpan
toString(TimeSpanFormat format=TimeSpanFormats::SDHHMMSSnsec) constTimeSpaninline
totalSeconds() constTimeSpaninline
ZeroTimeSpanstatic