join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::RealTime Class Reference

real-time clock policy. More...

#include <clock.hpp>

Public Types

using Timer = BasicTimer<RealTime>
 

Public Member Functions

constexpr RealTime () noexcept=default
 default constructor.
 

Static Public Member Functions

static constexpr int type () noexcept
 get the POSIX clock identifier for this policy.
 

Detailed Description

real-time clock policy.

Member Typedef Documentation

◆ Timer

Constructor & Destructor Documentation

◆ RealTime()

join::RealTime::RealTime ( )
constexprdefaultnoexcept

default constructor.

Member Function Documentation

◆ type()

static constexpr int join::RealTime::type ( )
inlinestaticconstexprnoexcept

get the POSIX clock identifier for this policy.

Returns
CLOCK_REALTIME.

The documentation for this class was generated from the following file: