Nymph  v1.5.2
Flow-Based Data Processing Framework
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
KTSlotWrapper Class Reference

#include <KTSlotWrapper.hh>

Inheritance diagram for KTSlotWrapper:
Inheritance graph

Classes

class  KTInternalSlotWrapper
 
class  KTSpecifiedInternalSlotWrapper
 

Public Member Functions

template<typename XSignature , typename XTypeContainer >
 KTSlotWrapper (XSignature *signalPtr, XTypeContainer *typeCont)
 
 ~KTSlotWrapper ()
 
void SetConnection (KTConnection conn)
 
void SetConnection (KTSignalWrapper *signalWrap, int groupNum=-1)
 
void Disconnect ()
 

Private Member Functions

 KTSlotWrapper ()
 

Private Attributes

KTInternalSlotWrapperfSlotWrapper
 
KTConnection fConnection
 

Detailed Description

Definition at line 25 of file KTSlotWrapper.hh.

Constructor & Destructor Documentation

◆ KTSlotWrapper() [1/2]

KTSlotWrapper ( XSignature *  signalPtr,
XTypeContainer *  typeCont 
)

Definition at line 94 of file KTSlotWrapper.hh.

◆ ~KTSlotWrapper()

Definition at line 22 of file KTSlotWrapper.cc.

◆ KTSlotWrapper() [2/2]

KTSlotWrapper ( )
private

Definition at line 16 of file KTSlotWrapper.cc.

Member Function Documentation

◆ Disconnect()

void Disconnect ( )
inline

Definition at line 111 of file KTSlotWrapper.hh.

◆ SetConnection() [1/2]

void SetConnection ( KTConnection  conn)
inline

Definition at line 99 of file KTSlotWrapper.hh.

◆ SetConnection() [2/2]

void SetConnection ( KTSignalWrapper signalWrap,
int  groupNum = -1 
)
inline

Definition at line 105 of file KTSlotWrapper.hh.

Member Data Documentation

◆ fConnection

KTConnection fConnection
private

Definition at line 89 of file KTSlotWrapper.hh.

◆ fSlotWrapper

KTInternalSlotWrapper* fSlotWrapper
private

Definition at line 81 of file KTSlotWrapper.hh.


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