#include <event.h>
Public Member Functions | |
ev_entry (char const *name, EVH *func, void *arg, double when, int weight, bool cbdata=true) | |
~ev_entry () | |
Public Attributes | |
const char * | name |
EVH * | func |
void * | arg |
double | when |
int | weight |
bool | cbdata |
ev_entry * | next |
Private Member Functions | |
MEMPROXY_CLASS (ev_entry) | |
Detailed Description
Constructor & Destructor Documentation
◆ ev_entry()
◆ ~ev_entry()
ev_entry::~ev_entry | ( | ) |
Definition at line 100 of file event.cc.
References arg, and cbdataReferenceDone.
Member Function Documentation
◆ MEMPROXY_CLASS()
|
private |
Member Data Documentation
◆ arg
void* ev_entry::arg |
Definition at line 35 of file event.h.
Referenced by ~ev_entry(), EventScheduler::cancel(), and EventScheduler::find().
◆ cbdata
◆ func
EVH* ev_entry::func |
Definition at line 34 of file event.h.
Referenced by EventScheduler::cancel(), and EventScheduler::find().
◆ name
◆ next
ev_entry* ev_entry::next |
Definition at line 41 of file event.h.
Referenced by EventScheduler::checkEvents(), EventScheduler::clean(), EventScheduler::dump(), and EventScheduler::find().
◆ weight
◆ when
double ev_entry::when |
Definition at line 36 of file event.h.
Referenced by EventScheduler::timeRemaining().
The documentation for this class was generated from the following files: