Class SimpleDispatcher::DispatcherBase

Nested Relationships

This class is a nested type of Template Class SimpleDispatcher.

Class Documentation

class DispatcherBase

Public Functions

inline explicit DispatcherBase(boost::mutex &mutex)
inline void dispatch_nolock(const Type &obj) const
inline void remove(Listener *d)
inline size_t numListeners()

Public Static Functions

static inline ListenerConstSharedPtr createListener(DispatcherBaseSharedPtr dispatcher, const Callable &callable)