![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
entry to store target pointer and the actual deleter function to use
Definition at line 66 of file del-stash.hpp.
Public Member Functions | |
| Killer (KillFun *f, void *t) | |
| void | trigger () |
| bool | operator== (const void *target) const |
| bool | operator!= (const void *target) const |
| bool | isActive () const |
Private Attributes | |
| void * | target_ |
| KillFun * | killIt_ |
Definition at line 72 of file del-stash.hpp.
|
inline |
Definition at line 80 of file del-stash.hpp.
References DelStash::Killer::killIt_, NULL, and DelStash::Killer::target_.
|
inline |
Definition at line 87 of file del-stash.hpp.
References DelStash::Killer::target_.
|
inline |
Definition at line 88 of file del-stash.hpp.
References DelStash::Killer::target_.
|
inline |
Definition at line 91 of file del-stash.hpp.
References DelStash::Killer::target_.
|
private |
Definition at line 68 of file del-stash.hpp.
Referenced by DelStash::Killer::isActive(), DelStash::Killer::operator!=(), DelStash::Killer::operator==(), and DelStash::Killer::trigger().
|
private |
Definition at line 69 of file del-stash.hpp.
Referenced by DelStash::Killer::trigger().
Collaboration diagram for DelStash::Killer: