Lumiera
0.pre.03
»edit your freedom«
|
entry to store target pointer and the actual deleter function to use
Definition at line 75 of file del-stash.hpp.
Public Member Functions | |
Killer (KillFun *f, void *t) | |
bool | isActive () const |
bool | operator!= (const void *target) const |
bool | operator== (const void *target) const |
void | trigger () |
Private Attributes | |
KillFun * | killIt_ |
void * | target_ |