#include <interface.h>

Public Types | |
| typedef ListenerConstSharedPtr Ptr | __attribute__((deprecated)) |
| typedef T | Callable |
| typedef boost::shared_ptr< const Listener > | ListenerConstSharedPtr |
| typedef U | Type |
Public Member Functions | |
| Listener (const T &callable) | |
| void | operator() (const U &u) const |
| virtual | ~Listener () |
Private Attributes | |
| const T | callable_ |
template for Listener interface
Definition at line 94 of file interface.h.
| typedef ListenerConstSharedPtr Ptr can::Listener< T, U >::__attribute__((deprecated)) |
Definition at line 100 of file interface.h.
| typedef T can::Listener< T, U >::Callable |
Definition at line 98 of file interface.h.
| typedef boost::shared_ptr<const Listener> can::Listener< T, U >::ListenerConstSharedPtr |
Definition at line 99 of file interface.h.
| typedef U can::Listener< T, U >::Type |
Definition at line 97 of file interface.h.
|
inline |
Definition at line 102 of file interface.h.
|
inlinevirtual |
Definition at line 104 of file interface.h.
|
inline |
Definition at line 103 of file interface.h.
|
private |
Definition at line 95 of file interface.h.