cheshirekow
v0.1.0
|
just a c timespec with arithmetic operators More...
#include <mpblocks/util/timespec.h>
Public Member Functions | |
double | Milliseconds () const |
Timespec & | operator+= (const Timespec &other) |
Timespec & | operator-= (const Timespec &other) |
Timespec (const timespec &other) | |
Timespec (int sec=0, long int nsec=0) | |
just a c timespec with arithmetic operators
Definition at line 37 of file timespec.h.
|
inline |
Definition at line 39 of file timespec.h.
|
inline |
Definition at line 41 of file timespec.h.
|
inline |
Definition at line 51 of file timespec.h.
Definition at line 43 of file timespec.h.
Definition at line 47 of file timespec.h.