CalledEvent Class Reference
Helper for tests - an event which records the number of calls it received. More...
Collaboration diagram for CalledEvent:
Static Public Member Functions | |
static void | Handler (void *data) |
Public Attributes | |
int | calls = 0 |
Detailed Description
Definition at line 52 of file testEvent.cc.
Member Function Documentation
◆ Handler()
|
inlinestatic |
Definition at line 55 of file testEvent.cc.
References calls.
Referenced by TestEvent::testCancel(), TestEvent::testCheckEvents(), TestEvent::testDump(), and TestEvent::testFind().
Member Data Documentation
◆ calls
int CalledEvent::calls = 0 |
Definition at line 59 of file testEvent.cc.
Referenced by Handler(), TestEvent::testCancel(), and TestEvent::testCheckEvents().
The documentation for this class was generated from the following file:
- src/tests/testEvent.cc