SNode.C
Loading...
Searching...
No Matches
core::TimerEventPublisher::timernode_lt Class Reference
Collaboration diagram for core::TimerEventPublisher::timernode_lt:

Public Member Functions

bool operator() (const TimerEventReceiver *t1, const TimerEventReceiver *t2) const
 

Detailed Description

Definition at line 57 of file TimerEventPublisher.h.

Member Function Documentation

◆ operator()()

bool core::TimerEventPublisher::timernode_lt::operator() ( const TimerEventReceiver * t1,
const TimerEventReceiver * t2 ) const

Definition at line 88 of file TimerEventPublisher.cpp.

88 {
89 return t1->getTimeoutAbsolut() < t2->getTimeoutAbsolut();
90 }

References core::TimerEventReceiver::getTimeoutAbsolut(), and utils::Timeval::operator<().

Here is the call graph for this function:

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