OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers  16.1.0
API documentation
TimeSpan Member List

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

days() const TimeSpan
deserialize(const std::string &str)TimeSpanstatic
hours() const TimeSpan
microseconds() const TimeSpan
milliseconds() const TimeSpan
minutes() const TimeSpan
nanoseconds() const TimeSpaninline
operator!=(const TimeSpan &other) const TimeSpan
operator+=(const TimeSpan &other)TimeSpan
operator-=(const TimeSpan &other)TimeSpan
operator<(const TimeSpan &other) const TimeSpan
operator=(const TimeSpan &other)TimeSpan
operator==(const TimeSpan &other) const TimeSpan
operator>(const TimeSpan &other) const TimeSpan
seconds() const TimeSpan
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) const TimeSpan
toString(TimeSpanFormat format=TimeSpanFormats::SDHHMMSSnsec) const TimeSpaninline
totalSeconds() const TimeSpaninline
ZeroTimeSpanstatic