#include <VariableSpeedStopwatch.hpp>
|
bool | operator< (const VariableSpeedStopwatch &s, const MicrosecondsF &time) |
|
bool | operator<= (const VariableSpeedStopwatch &s, const MicrosecondsF &time) |
|
bool | operator> (const VariableSpeedStopwatch &s, const MicrosecondsF &time) |
|
bool | operator>= (const VariableSpeedStopwatch &s, const MicrosecondsF &time) |
|
bool | operator< (const MicrosecondsF &time, const VariableSpeedStopwatch &s) |
|
bool | operator<= (const MicrosecondsF &time, const VariableSpeedStopwatch &s) |
|
bool | operator> (const MicrosecondsF &time, const VariableSpeedStopwatch &s) |
|
bool | operator>= (const MicrosecondsF &time, const VariableSpeedStopwatch &s) |
|
template<class CharType > |
std::basic_ostream< CharType > & | operator<< (std::basic_ostream< CharType > &output, const VariableSpeedStopwatch &value) |
|
void | Formatter (FormatData &formatData, const VariableSpeedStopwatch &value) |
|
◆ VariableSpeedStopwatch() [1/3]
◆ VariableSpeedStopwatch() [2/3]
◆ VariableSpeedStopwatch() [3/3]
◆ d()
int32 s3d::VariableSpeedStopwatch::d |
( |
| ) |
const |
◆ d64()
int64 s3d::VariableSpeedStopwatch::d64 |
( |
| ) |
const |
◆ dF()
double s3d::VariableSpeedStopwatch::dF |
( |
| ) |
const |
◆ elapsed()
Duration s3d::VariableSpeedStopwatch::elapsed |
( |
| ) |
const |
◆ format()
String s3d::VariableSpeedStopwatch::format |
( |
StringView |
format = U"H:mm:ss.xx"_sv | ) |
const |
◆ getSpeed()
double s3d::VariableSpeedStopwatch::getSpeed |
( |
| ) |
const |
|
noexcept |
◆ h()
int32 s3d::VariableSpeedStopwatch::h |
( |
| ) |
const |
◆ h64()
int64 s3d::VariableSpeedStopwatch::h64 |
( |
| ) |
const |
◆ hF()
double s3d::VariableSpeedStopwatch::hF |
( |
| ) |
const |
◆ isPaused()
bool s3d::VariableSpeedStopwatch::isPaused |
( |
| ) |
const |
|
noexcept |
◆ isRunning()
bool s3d::VariableSpeedStopwatch::isRunning |
( |
| ) |
const |
|
noexcept |
◆ isStarted()
bool s3d::VariableSpeedStopwatch::isStarted |
( |
| ) |
const |
|
noexcept |
◆ min()
int32 s3d::VariableSpeedStopwatch::min |
( |
| ) |
const |
◆ min64()
int64 s3d::VariableSpeedStopwatch::min64 |
( |
| ) |
const |
◆ minF()
double s3d::VariableSpeedStopwatch::minF |
( |
| ) |
const |
◆ ms()
int32 s3d::VariableSpeedStopwatch::ms |
( |
| ) |
const |
◆ ms64()
int64 s3d::VariableSpeedStopwatch::ms64 |
( |
| ) |
const |
◆ msF()
double s3d::VariableSpeedStopwatch::msF |
( |
| ) |
const |
◆ pause()
void s3d::VariableSpeedStopwatch::pause |
( |
| ) |
|
◆ reset()
void s3d::VariableSpeedStopwatch::reset |
( |
| ) |
|
|
noexcept |
◆ restart()
void s3d::VariableSpeedStopwatch::restart |
( |
| ) |
|
◆ resume()
void s3d::VariableSpeedStopwatch::resume |
( |
| ) |
|
◆ s()
int32 s3d::VariableSpeedStopwatch::s |
( |
| ) |
const |
◆ s64()
int64 s3d::VariableSpeedStopwatch::s64 |
( |
| ) |
const |
◆ set()
void s3d::VariableSpeedStopwatch::set |
( |
const Duration & |
time | ) |
|
◆ setSpeed()
void s3d::VariableSpeedStopwatch::setSpeed |
( |
double |
speed | ) |
|
◆ sF()
double s3d::VariableSpeedStopwatch::sF |
( |
| ) |
const |
◆ start()
void s3d::VariableSpeedStopwatch::start |
( |
| ) |
|
◆ us()
int64 s3d::VariableSpeedStopwatch::us |
( |
| ) |
const |
◆ us64()
int64 s3d::VariableSpeedStopwatch::us64 |
( |
| ) |
const |
◆ usF()
double s3d::VariableSpeedStopwatch::usF |
( |
| ) |
const |
◆ Formatter
◆ operator< [1/2]
◆ operator< [2/2]
◆ operator<<
template<class CharType >
std::basic_ostream<CharType>& operator<< |
( |
std::basic_ostream< CharType > & |
output, |
|
|
const VariableSpeedStopwatch & |
value |
|
) |
| |
|
friend |
- Template Parameters
-
- Parameters
-
- Returns
◆ operator<= [1/2]
◆ operator<= [2/2]
◆ operator> [1/2]
◆ operator> [2/2]
◆ operator>= [1/2]
◆ operator>= [2/2]
The documentation for this class was generated from the following file: