return call (this, events); \
} \
\
+ ~cppstem () \
+ { \
+ stop (); \
+ } \
+ \
private: \
\
cppstem (const cppstem &o) \
}
};
+ #if EV_PERIODICS
EV_DECLARE_WATCHER (periodic, periodic)
void set (ev_tstamp at, ev_tstamp interval = 0.)
{
ev_periodic_again (EV_A_ static_cast<ev_periodic *>(this));
}
};
+ #endif
EV_DECLARE_WATCHER (idle, idle)
};