VideoTools
|
Used as a base class to all slot implementation classes (such as G::Slot::SlotImp1), allowing them to be used as bodies to the associated slot reference-counting handle class (eg. More...
#include <gslot.h>
Public Member Functions | |
SlotImpBase () | |
Default constuctor. | |
virtual | ~SlotImpBase () |
Destructor. | |
void | up () |
Increments the reference count. | |
void | down () |
Decrements the reference count and does "delete this" on zero. More... | |
Used as a base class to all slot implementation classes (such as G::Slot::SlotImp1), allowing them to be used as bodies to the associated slot reference-counting handle class (eg.
void G::Slot::SlotImpBase::down | ( | ) |