Nymph
v1.5.2
Flow-Based Data Processing Framework
|
#include "KTData.hh"
#include "KTLogger.hh"
#include "KTSignal.hh"
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <string>
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") | |