ACE 8.0.1
Loading...
Searching...
No Matches
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).

nanosecondsoperator<< (nanoseconds &ns, ACE_Time_Value const &tv)
 
microsecondsoperator<< (microseconds &us, ACE_Time_Value const &tv)
 
millisecondsoperator<< (milliseconds &ms, ACE_Time_Value const &tv)
 
secondsoperator<< (seconds &s, ACE_Time_Value const &tv)
 
minutesoperator<< (minutes &m, ACE_Time_Value const &tv)
 
hoursoperator<< (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).

nanosecondsoperator+= (nanoseconds &ns, ACE_Time_Value const &tv)
 
microsecondsoperator+= (microseconds &us, ACE_Time_Value const &tv)
 
millisecondsoperator+= (milliseconds &ms, ACE_Time_Value const &tv)
 
secondsoperator+= (seconds &s, ACE_Time_Value const &tv)
 
minutesoperator+= (minutes &m, ACE_Time_Value const &tv)
 
hoursoperator+= (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).

nanosecondsoperator-= (nanoseconds &ns, ACE_Time_Value const &tv)
 
microsecondsoperator-= (microseconds &us, ACE_Time_Value const &tv)
 
millisecondsoperator-= (milliseconds &ms, ACE_Time_Value const &tv)
 
secondsoperator-= (seconds &s, ACE_Time_Value const &tv)
 
minutesoperator-= (minutes &m, ACE_Time_Value const &tv)
 
hoursoperator-= (hours &h, ACE_Time_Value const &tv)
 

Function Documentation

◆ operator+=() [1/6]

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

◆ operator+=() [2/6]

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

◆ operator+=() [3/6]

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

◆ operator+=() [4/6]

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

◆ operator+=() [5/6]

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

◆ operator+=() [6/6]

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

◆ operator-=() [1/6]

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

◆ operator-=() [2/6]

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

◆ operator-=() [3/6]

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

◆ operator-=() [4/6]

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

◆ operator-=() [5/6]

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

◆ operator-=() [6/6]

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

◆ operator<<() [1/6]

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

◆ operator<<() [2/6]

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

◆ operator<<() [3/6]

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

◆ operator<<() [4/6]

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

◆ operator<<() [5/6]

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

◆ operator<<() [6/6]

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