|
ewmscp
..
|
#include <timer.h>
Public Member Functions | |
| instanceWithTimeout (anchor &aAnchor, clock_type::duration aTimeout, const T &aObject) | |
| ~instanceWithTimeout () | |
Private Attributes | |
| clock_type::duration | timeout |
| const T & | object |
Additional Inherited Members | |
Private Member Functions inherited from timer::instanceUnscoped | |
| instanceUnscoped (anchor &aAnchor) | |
| void | stop () |
| template<class T > | |
| void | stop (clock_type::duration timeout, const T &object) |
| void | restart () |
Static Private Member Functions inherited from timer::instanceUnscoped | |
| static void | updateMax (std::atomic< std::int64_t > &max, std::int64_t val) |
| static const std::string & | stringy (const std::string &s) |
| static const std::string | stringy (const std::vector< char > &s) |
|
inline |
|
inline |
Definition at line 151 of file timer.h.
References timer::instanceUnscoped::stop(), and timer::instanceWithTimeout< T >::timeout.
|
private |
|
private |
Definition at line 145 of file timer.h.
Referenced by timer::instanceWithTimeout< T >::~instanceWithTimeout().
1.8.17