cxxitimer 2.0.5
A C++ library to handle linux interval timer
Loading...
Searching...
No Matches
cxxitimer.hpp File Reference
#include <fstream>
#include <sys/time.h>
Include dependency graph for cxxitimer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cxxitimer::ITimer
 abstract class ITimer More...
 
class  cxxitimer::ITimer_Real
 class ITimer_Real More...
 
class  cxxitimer::ITimer_Virtual
 class ITimer_Virtual More...
 
class  cxxitimer::ITimer_Prof
 class ITimer_Prof More...
 

Namespaces

namespace  cxxitimer
 

Functions

timeval & cxxitimer::operator*= (timeval &left, double right) noexcept
 
itimerval & cxxitimer::operator*= (itimerval &left, double right) noexcept
 
timeval cxxitimer::operator* (const timeval &left, double right) noexcept
 
itimerval cxxitimer::operator* (const itimerval &left, double right) noexcept
 
timeval & cxxitimer::operator/= (timeval &left, double right) noexcept
 
itimerval & cxxitimer::operator/= (itimerval &left, double right) noexcept
 
timeval cxxitimer::operator/ (const timeval &left, double right) noexcept
 
itimerval cxxitimer::operator/ (const itimerval &left, double right) noexcept
 
double cxxitimer::timeval_to_double (const timeval &time) noexcept
 
timeval cxxitimer::double_to_timeval (const double time) noexcept