RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes
DerivedThingWithSignals Struct Reference
Inheritance diagram for DerivedThingWithSignals:
ThingWithSignals

List of all members.

Public Types

typedef void( Event3 )(int i, const std::string &s)

Public Member Functions

SlotDisconnector onEvent3 (const boost::function< Event3 > &fn, int priority=0)
void on (const std::string &event, const Slot &slot)
template<typename Fn , typename Fn2 >
void on (const std::string &event, const boost::function< Fn2 > &fn)
template<typename Fn , typename Fn2 >
void on (const std::string &event, Fn2 fn)

Static Public Member Functions

static void addSignals ()

Public Attributes

boost::signals2::signal< Event3 > event3

Static Public Attributes

static SignalRegistry
< DerivedThingWithSignals
signals
static DoRegisterSignals reg

Detailed Description

Definition at line 129 of file signal_test.cc.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator