Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
server::TimerEvent Struct Reference

#include <TimerManager.hpp>

Public Member Functions

bool operator> (const TimerEvent &other) const
 

Public Attributes

TimePoint expiration
 
uint64_t timer_id
 
int fd
 

Member Function Documentation

◆ operator>()

bool server::TimerEvent::operator> ( const TimerEvent other) const
inline

Member Data Documentation

◆ expiration

TimePoint server::TimerEvent::expiration

◆ fd

int server::TimerEvent::fd

◆ timer_id

uint64_t server::TimerEvent::timer_id

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