event.h
Go to the documentation of this file.
62 void schedule(const char *name, EVH * func, void *arg, double when, int weight, bool cbdata=true);
Definition: AsyncEngine.h:19
Definition: event.h:46
void schedule(const char *name, EVH *func, void *arg, double when, int weight, bool cbdata=true)
Definition: event.cc:300
Definition: Packable.h:53
Definition: cbdata.cc:38
Definition: event.h:27
ev_entry(char const *name, EVH *func, void *arg, double when, int weight, bool cbdata=true)
Definition: event.cc:89
MEMPROXY_CLASS(ev_entry)
void eventAddIsh(const char *name, EVH *func, void *arg, double delta_ish, int)
Definition: event.cc:114
void eventAdd(const char *name, EVH *func, void *arg, double when, int, bool cbdata=true)
Definition: event.cc:107