OnixS C++ CME MDP Premium Market Data Handler 5.10.3
Users' manual and API documentation
Loading...
Searching...
No Matches
MicrosecondSpan Class Reference

#include <OnixS/CME/MDH/messaging/Time.h>

Public Member Functions

 MicrosecondSpan (TimeSpan::Microseconds microseconds) noexcept
Public Member Functions inherited from TimeSpan
std::string toString (TimeSpanFormat::Enum=TimeSpanFormat::SDHHMMSSnsec) const
 TimeSpan (Ticks ticks=0) noexcept
 TimeSpan (Days days, Hours hours, Minutes minutes, Seconds seconds, Nanoseconds nanoseconds) noexcept
 TimeSpan (Hours hours, Minutes minutes, Seconds seconds, Nanoseconds nanoseconds) noexcept
Days days () const noexcept
Hours hours () const noexcept
Minutes minutes () const noexcept
Seconds seconds () const noexcept
Milliseconds milliseconds () const noexcept
Microseconds microseconds () const noexcept
Nanoseconds nanoseconds () const noexcept
Ticks ticks () const noexcept
TimeSpanoperator+= (const TimeSpan &other) noexcept
TimeSpanoperator-= (const TimeSpan &other) noexcept
void swap (TimeSpan &other) noexcept

Additional Inherited Members

Public Types inherited from TimeSpan
typedef Int64 Ticks
typedef Int32 Days
typedef Int32 Hours
typedef Int32 Minutes
typedef Int32 Seconds
typedef Int32 Milliseconds
typedef Int32 Microseconds
typedef Int32 Nanoseconds
Static Public Member Functions inherited from TimeSpan
static TimeSpan fromStr (const std::string &)

Detailed Description

Definition at line 324 of file Time.h.

Constructor & Destructor Documentation

◆ MicrosecondSpan()

MicrosecondSpan ( TimeSpan::Microseconds microseconds)
inlineexplicitnoexcept

Definition at line 327 of file Time.h.