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()
|
inline |
Definition at line 273 of file AsyncEventRef.h.
273: value(v) {}
Member Function Documentation
◆ preceeds()
|
inline |
Definition at line 275 of file AsyncEventRef.h.
275{ return value < v1; }
The documentation for this class was generated from the following file: