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 79 of file TimerEventPublisher.h.

Member Function Documentation

◆ operator()()

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

Definition at line 110 of file TimerEventPublisher.cpp.

110 {
111 return t1->getTimeoutAbsolut() < t2->getTimeoutAbsolut();
112 }

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: