#include <ds-private.h>
Public Member Functions | |
| void | start () |
| void | stop () |
| time_pad (std::chrono::high_resolution_clock::duration duration) | |
Private Attributes | |
| std::chrono::high_resolution_clock::duration | _duration |
| std::chrono::high_resolution_clock::time_point | _start_time |
Definition at line 325 of file ds-private.h.
| rsimpl::ds::time_pad::time_pad | ( | std::chrono::high_resolution_clock::duration | duration | ) | [inline] |
Definition at line 331 of file ds-private.h.
| void rsimpl::ds::time_pad::start | ( | ) | [inline] |
Definition at line 332 of file ds-private.h.
| void rsimpl::ds::time_pad::stop | ( | ) | [inline] |
Definition at line 337 of file ds-private.h.
std::chrono::high_resolution_clock::duration rsimpl::ds::time_pad::_duration [private] |
Definition at line 327 of file ds-private.h.
std::chrono::high_resolution_clock::time_point rsimpl::ds::time_pad::_start_time [private] |
Definition at line 328 of file ds-private.h.