#include <canopen.h>
List of all members.
Public Member Functions |
void | add (boost::shared_ptr< T > t) |
void | call (void(T::*func)(void)) |
template<typename V > |
void | call (void(T::*func)(const V &), const std::vector< V > &vs) |
template<typename V > |
void | call (void(T::*func)(V &), std::vector< V > &vs) |
Protected Attributes |
std::vector< boost::shared_ptr
< T > > | elements |
Detailed Description
template<typename T>
class canopen::Chain< T >
Definition at line 247 of file canopen.h.
Member Function Documentation
template<typename T >
template<typename V >
void canopen::Chain< T >::call |
( |
void(T::*)(const V &) |
func, |
|
|
const std::vector< V > & |
vs |
|
) |
| [inline] |
template<typename T >
template<typename V >
Member Data Documentation
The documentation for this class was generated from the following file: