NAME
A class of omni
MEMBERS
omni::stopwatch
A class of omni
#include <omni/chrono/stopwatch.hpp>class omni::stopwatchMEMBERS
omni::stopwatch::stopwatch()
omni::stopwatch::~stopwatch()
omni::chrono::unsigned_span_t omni::stopwatch::elapsed()
uint64_t omni::stopwatch::elapsed_ms()
uint64_t omni::stopwatch::elapsed_s()
uint64_t omni::stopwatch::elapsed_us()
uint64_t omni::stopwatch::hash()
bool omni::stopwatch::is_running()
omni::stopwatch& omni::stopwatch::reset()
omni::stopwatch& omni::stopwatch::restart()
omni::stopwatch& omni::stopwatch::start()
omni::stopwatch& omni::stopwatch::stop()
void omni::stopwatch::swap(omni::stopwatch& o)
std::string omni::stopwatch::to_string()
omni::string_t omni::stopwatch::to_string_t()
std::wstring omni::stopwatch::to_wstring()
uint64_t omni::stopwatch::type()
omni::stopwatch::operator std::string()
omni::stopwatch::operator std::wstring()
bool omni::stopwatch::operator!=(const omni::stopwatch& o)
friend std::ostream& omni::stopwatch::operator<<(std::ostream& s, const omni::stopwatch& c)
omni::stopwatch& omni::stopwatch::operator=(const omni::stopwatch& other)
bool omni::stopwatch::operator==(const omni::stopwatch& o)
omni::stopwatch::disposing
omni::stopwatch::name