Event::Integercompare Class Reference

Integer comparator. More...

#include <AsyncEventRef.h>

Public Member Functions

 Integercompare (unsigned int v)
 
bool preceeds (unsigned int v1)
 

Detailed Description

Integer comparator.

Definition at line 269 of file AsyncEventRef.h.

Constructor & Destructor Documentation

◆ Integercompare()

Event::Integercompare::Integercompare ( unsigned int  v)
inline

Definition at line 273 of file AsyncEventRef.h.

273: value(v) {}

Member Function Documentation

◆ preceeds()

bool Event::Integercompare::preceeds ( unsigned int  v1)
inline

Definition at line 275 of file AsyncEventRef.h.

275{ return value < v1; }

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

All rights reserved © 2002 - 2024 Isode Ltd.