VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
G::Slot::SlotImp2< T, P1, P2 > Class Template Reference

A slot implementation class for two-parameter callbacks. More...

#include <gslot.h>

+ Inheritance diagram for G::Slot::SlotImp2< T, P1, P2 >:

Public Member Functions

 SlotImp2 (T &object, void(T::*fn)(P1, P2))
 
void callback (P1 p1, P2 p2)
 
- Public Member Functions inherited from G::Slot::SlotImpBase
 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...
 

Detailed Description

template<typename T, typename P1, typename P2>
class G::Slot::SlotImp2< T, P1, P2 >

A slot implementation class for two-parameter callbacks.

Definition at line 292 of file gslot.h.


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