DxLibEx
dxle::time::timer Class Reference

#include <time.hpp>

Public Member Functions

 timer ()
 
void start (void)
 
void stop (void)
 
bool is_stop (void)
 
void reset (std::chrono::milliseconds=std::chrono::milliseconds{ 0 })
 
std::chrono::milliseconds get_pass_time ()
 

Detailed Description

Definition at line 32 of file time.hpp.

Constructor & Destructor Documentation

§ timer()

dxle::time::timer::timer ( )
inline

Definition at line 161 of file time.hpp.

Member Function Documentation

§ get_pass_time()

std::chrono::milliseconds dxle::time::timer::get_pass_time ( void  )
inline

Definition at line 187 of file time.hpp.

§ is_stop()

bool dxle::time::timer::is_stop ( void  )
inline

Definition at line 178 of file time.hpp.

§ reset()

void dxle::time::timer::reset ( std::chrono::milliseconds  set_time = std::chrono::milliseconds{ 0 })
inline

Definition at line 182 of file time.hpp.

§ start()

void dxle::time::timer::start ( void  )
inline

Definition at line 166 of file time.hpp.

§ stop()

void dxle::time::timer::stop ( void  )
inline

Definition at line 173 of file time.hpp.


The documentation for this class was generated from the following file: