Public Types | Public Member Functions | Private Attributes | List of all members
can::Listener< T, U > Class Template Reference

#include <interface.h>

Inheritance diagram for can::Listener< T, U >:
Inheritance graph
[legend]

Public Types

typedef ListenerConstSharedPtr Ptr __attribute__((deprecated))
 
typedef T Callable
 
typedef boost::shared_ptr< const ListenerListenerConstSharedPtr
 
typedef U Type
 

Public Member Functions

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

Private Attributes

const T callable_
 

Detailed Description

template<typename T, typename U>
class can::Listener< T, U >

template for Listener interface

Definition at line 94 of file interface.h.

Member Typedef Documentation

template<typename T , typename U >
typedef ListenerConstSharedPtr Ptr can::Listener< T, U >::__attribute__((deprecated))

Definition at line 100 of file interface.h.

template<typename T , typename U >
typedef T can::Listener< T, U >::Callable

Definition at line 98 of file interface.h.

template<typename T , typename U >
typedef boost::shared_ptr<const Listener> can::Listener< T, U >::ListenerConstSharedPtr

Definition at line 99 of file interface.h.

template<typename T , typename U >
typedef U can::Listener< T, U >::Type

Definition at line 97 of file interface.h.

Constructor & Destructor Documentation

template<typename T , typename U >
can::Listener< T, U >::Listener ( const T &  callable)
inline

Definition at line 102 of file interface.h.

template<typename T , typename U >
virtual can::Listener< T, U >::~Listener ( )
inlinevirtual

Definition at line 104 of file interface.h.

Member Function Documentation

template<typename T , typename U >
void can::Listener< T, U >::operator() ( const U &  u) const
inline

Definition at line 103 of file interface.h.

Member Data Documentation

template<typename T , typename U >
const T can::Listener< T, U >::callable_
private

Definition at line 95 of file interface.h.


The documentation for this class was generated from the following file:


socketcan_interface
Author(s): Mathias Lüdtke
autogenerated on Sat May 4 2019 02:40:41