#include <dispatcher.h>
Classes | |
class | DispatcherBase |
Public Types | |
typedef Listener::Callable | Callable |
typedef Listener::ListenerConstSharedPtr | ListenerConstSharedPtr |
typedef Listener::Type | Type |
Public Member Functions | |
ListenerConstSharedPtr | createListener (const Callable &callable) |
void | dispatch (const Type &obj) |
size_t | numListeners () |
operator Callable () | |
SimpleDispatcher () | |
Protected Types | |
typedef boost::shared_ptr< DispatcherBase > | DispatcherBaseSharedPtr |
Protected Attributes | |
DispatcherBaseSharedPtr | dispatcher_ |
boost::mutex | mutex_ |
Definition at line 14 of file dispatcher.h.
typedef Listener::Callable can::SimpleDispatcher< Listener >::Callable |
Definition at line 16 of file dispatcher.h.
|
protected |
Definition at line 20 of file dispatcher.h.
typedef Listener::ListenerConstSharedPtr can::SimpleDispatcher< Listener >::ListenerConstSharedPtr |
Definition at line 18 of file dispatcher.h.
typedef Listener::Type can::SimpleDispatcher< Listener >::Type |
Definition at line 17 of file dispatcher.h.
|
inline |
Definition at line 62 of file dispatcher.h.
|
inline |
Definition at line 63 of file dispatcher.h.
|
inline |
Definition at line 67 of file dispatcher.h.
|
inline |
Definition at line 71 of file dispatcher.h.
|
inline |
Definition at line 74 of file dispatcher.h.
|
protected |
Definition at line 60 of file dispatcher.h.
|
protected |
Definition at line 59 of file dispatcher.h.