Nymph  v1.5.2
Flow-Based Data Processing Framework
Classes | Namespaces | Functions
KTSlot.hh File Reference
#include "KTData.hh"
#include "KTLogger.hh"
#include "KTSignal.hh"
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <string>
Include dependency graph for KTSlot.hh:

Go to the source code of this file.

Classes

class  KTSlotNoArg< Signature >
 
class  KTSlotOneArg< Signature >
 Creates a slot that calls a member function of the func_owner_type object, taking one argument. More...
 
class  KTSlotTwoArg< Signature >
 
class  KTSlotDataOneType< XDataType >
 
class  KTSlotDataTwoTypes< XDataType1, XDataType2 >
 
class  KTSlotDataThreeTypes< XDataType1, XDataType2, XDataType3 >
 
class  KTSlotDone
 

Namespaces

 Nymph
 

Functions

 KTLOGGER (slotlog, "KTSlot")