LIPH's C++ Codes
liph::timer Class Reference

#include <timer.h>

Public Member Functions

 timer ()
 
 ~timer ()
 
void start ()
 
void stop ()
 
template<class Function , class... Args>
void add (int interval, Function &&func, Args &&...args)
 

Constructor & Destructor Documentation

◆ timer()

liph::timer::timer ( )
inline

◆ ~timer()

liph::timer::~timer ( )
inline

Member Function Documentation

◆ add()

template<class Function , class... Args>
void liph::timer::add ( int  interval,
Function &&  func,
Args &&...  args 
)
inline

◆ start()

void liph::timer::start ( )
inline

◆ stop()

void liph::timer::stop ( )
inline

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