ACE 7.0.7
std::chrono Namespace Reference

Functions

Streaming ACE_Time_Value to chrono

Streaming an ACE_Time_Value into one of the chrono types (nanoseconds, microseconds, milliseconds, seconds, minutes, or hours).

nanoseconds & operator<< (nanoseconds &ns, ACE_Time_Value const &tv)
 
microseconds & operator<< (microseconds &us, ACE_Time_Value const &tv)
 
milliseconds & operator<< (milliseconds &ms, ACE_Time_Value const &tv)
 
seconds & operator<< (seconds &s, ACE_Time_Value const &tv)
 
minutes & operator<< (minutes &m, ACE_Time_Value const &tv)
 
hours & operator<< (hours &h, ACE_Time_Value const &tv)
 
Adding ACE_Time_Value to chrono

Adding an ACE_Time_Value to one of the chrono types (nanoseconds, microseconds, milliseconds, seconds, minutes, or hours).

nanoseconds & operator+= (nanoseconds &ns, ACE_Time_Value const &tv)
 
microseconds & operator+= (microseconds &us, ACE_Time_Value const &tv)
 
milliseconds & operator+= (milliseconds &ms, ACE_Time_Value const &tv)
 
seconds & operator+= (seconds &s, ACE_Time_Value const &tv)
 
minutes & operator+= (minutes &m, ACE_Time_Value const &tv)
 
hours & operator+= (hours &h, ACE_Time_Value const &tv)
 
Substracting ACE_Time_Value from chrono

Substracting an ACE_Time_Value from one of the chrono types (nanoseconds, microseconds, milliseconds, seconds, minutes, or hours).

nanoseconds & operator-= (nanoseconds &ns, ACE_Time_Value const &tv)
 
microseconds & operator-= (microseconds &us, ACE_Time_Value const &tv)
 
milliseconds & operator-= (milliseconds &ms, ACE_Time_Value const &tv)
 
seconds & operator-= (seconds &s, ACE_Time_Value const &tv)
 
minutes & operator-= (minutes &m, ACE_Time_Value const &tv)
 
hours & operator-= (hours &h, ACE_Time_Value const &tv)
 

Function Documentation

◆ operator+=() [1/6]

hours & std::chrono::operator+= ( hours &  h,
ACE_Time_Value const &  tv 
)
inline

◆ operator+=() [2/6]

microseconds & std::chrono::operator+= ( microseconds &  us,
ACE_Time_Value const &  tv 
)
inline

◆ operator+=() [3/6]

milliseconds & std::chrono::operator+= ( milliseconds &  ms,
ACE_Time_Value const &  tv 
)
inline

◆ operator+=() [4/6]

minutes & std::chrono::operator+= ( minutes &  m,
ACE_Time_Value const &  tv 
)
inline

◆ operator+=() [5/6]

nanoseconds & std::chrono::operator+= ( nanoseconds &  ns,
ACE_Time_Value const &  tv 
)
inline

◆ operator+=() [6/6]

seconds & std::chrono::operator+= ( seconds &  s,
ACE_Time_Value const &  tv 
)
inline

◆ operator-=() [1/6]

hours & std::chrono::operator-= ( hours &  h,
ACE_Time_Value const &  tv 
)
inline

◆ operator-=() [2/6]

microseconds & std::chrono::operator-= ( microseconds &  us,
ACE_Time_Value const &  tv 
)
inline

◆ operator-=() [3/6]

milliseconds & std::chrono::operator-= ( milliseconds &  ms,
ACE_Time_Value const &  tv 
)
inline

◆ operator-=() [4/6]

minutes & std::chrono::operator-= ( minutes &  m,
ACE_Time_Value const &  tv 
)
inline

◆ operator-=() [5/6]

nanoseconds & std::chrono::operator-= ( nanoseconds &  ns,
ACE_Time_Value const &  tv 
)
inline

◆ operator-=() [6/6]

seconds & std::chrono::operator-= ( seconds &  s,
ACE_Time_Value const &  tv 
)
inline

◆ operator<<() [1/6]

hours & std::chrono::operator<< ( hours &  h,
ACE_Time_Value const &  tv 
)
inline

◆ operator<<() [2/6]

microseconds & std::chrono::operator<< ( microseconds &  us,
ACE_Time_Value const &  tv 
)
inline

◆ operator<<() [3/6]

milliseconds & std::chrono::operator<< ( milliseconds &  ms,
ACE_Time_Value const &  tv 
)
inline

◆ operator<<() [4/6]

minutes & std::chrono::operator<< ( minutes &  m,
ACE_Time_Value const &  tv 
)
inline

◆ operator<<() [5/6]

nanoseconds & std::chrono::operator<< ( nanoseconds &  ns,
ACE_Time_Value const &  tv 
)
inline

◆ operator<<() [6/6]

seconds & std::chrono::operator<< ( seconds &  s,
ACE_Time_Value const &  tv 
)
inline