Part of the slot/signal system. More...
#include <gslot.h>
Public Member Functions | |
SlotImp0 (T &object, void(T::*fn)()) | |
void | callback () |
Public Member Functions inherited from G::SlotBase | |
SlotBase () | |
Default constuctor. More... | |
virtual | ~SlotBase () |
Destructor. More... | |
void | up () |
Increments the reference count. More... | |
void | down () |
Decrements the reference count and does "delete this" on zero. More... | |
Part of the slot/signal system.
An implementation class for Slot0<>. An instance is created by the slot<>()
|
inline |
|
inline |