#include <exprtk.hpp>
Public Member Functions | |
bool | in_use () const |
void | start () |
void | stop () |
double | time () const |
timer () | |
unsigned long long int | usec_time () const |
Private Attributes | |
bool | in_use_ |
struct timeval | start_time_ |
struct timeval | stop_time_ |
Definition at line 21575 of file exprtk.hpp.
exprtk::timer::timer | ( | ) | [inline] |
Definition at line 21605 of file exprtk.hpp.
bool exprtk::timer::in_use | ( | ) | const [inline] |
Definition at line 21649 of file exprtk.hpp.
void exprtk::timer::start | ( | ) | [inline] |
Definition at line 21614 of file exprtk.hpp.
void exprtk::timer::stop | ( | ) | [inline] |
Definition at line 21620 of file exprtk.hpp.
double exprtk::timer::time | ( | ) | const [inline] |
Definition at line 21642 of file exprtk.hpp.
unsigned long long int exprtk::timer::usec_time | ( | ) | const [inline] |
Definition at line 21626 of file exprtk.hpp.
bool exprtk::timer::in_use_ [private] |
Definition at line 21656 of file exprtk.hpp.
struct timeval exprtk::timer::start_time_ [private] |
Definition at line 21663 of file exprtk.hpp.
struct timeval exprtk::timer::stop_time_ [private] |
Definition at line 21664 of file exprtk.hpp.