Public Member Functions | List of all members
G::SlotImp0< T > Class Template Reference

Part of the slot/signal system. More...

#include <gslot.h>

Inheritance diagram for G::SlotImp0< T >:
G::SlotBase

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...
 

Detailed Description

template<typename T>
class G::SlotImp0< T >

Part of the slot/signal system.

An implementation class for Slot0<>. An instance is created by the slot<>()

Definition at line 95 of file gslot.h.

Constructor & Destructor Documentation

template<typename T >
G::SlotImp0< T >::SlotImp0 ( T &  object,
void(T::*)()  fn 
)
inline

Definition at line 101 of file gslot.h.

Member Function Documentation

template<typename T >
void G::SlotImp0< T >::callback ( )
inline

Definition at line 102 of file gslot.h.


The documentation for this class was generated from the following file: