Gobelijn API documentation
- generated for commit a0cbea7
|
Types related to timekeeping. More...
#include <ClockTraits.h>
Public Types | |
using | Clock = C |
Type for clock. More... | |
using | Stopwatch = UA_CoMP::Timekeeper::Stopwatch< C > |
Stopwatch to measure time durations. More... | |
using | Duration = D |
Type for time duration units. More... | |
Types related to timekeeping.
Definition at line 33 of file ClockTraits.h.
using UA_CoMP::Timekeeper::ClockTraits< C, D >::Clock = C |
Type for clock.
Definition at line 37 of file ClockTraits.h.
using UA_CoMP::Timekeeper::ClockTraits< C, D >::Stopwatch = UA_CoMP::Timekeeper::Stopwatch<C> |
Stopwatch to measure time durations.
Definition at line 40 of file ClockTraits.h.
using UA_CoMP::Timekeeper::ClockTraits< C, D >::Duration = D |
Type for time duration units.
Definition at line 43 of file ClockTraits.h.