Template Class Listener

Inheritance Relationships

Derived Types

Class Documentation

template<typename T, typename U>
class Listener

template for Listener interface

Subclassed by can::FilteredFrameListener, can::SimpleDispatcher< Listener >::GuardedListener

Public Types

using Type = U
using Callable = T
using ListenerConstSharedPtr = std::shared_ptr<const Listener>

Public Functions

inline explicit Listener(const T &callable)
inline void operator()(const U &u) const
inline virtual ~Listener()