Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes
canopen::VectorHelper< T > Class Template Reference

#include <layer.h>

Inheritance diagram for canopen::VectorHelper< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void add (const boost::shared_ptr< T > &l)
template<typename Bound , typename Data , typename FuncType >
bool callFunc (FuncType func, Data &status)

Protected Member Functions

template<typename Bound , typename Data , typename FuncType >
vector_type::iterator call (FuncType func, Data &status)
template<typename Data , typename FuncType >
vector_type::iterator call (FuncType func, Data &status)
template<typename Bound , typename Data , typename FuncType >
vector_type::reverse_iterator call_rev (FuncType func, Data &status)
template<typename Data , typename FuncType >
vector_type::reverse_iterator call_rev (FuncType func, Data &status)
void destroy ()

Private Types

typedef std::vector
< boost::shared_ptr< T > > 
vector_type

Private Member Functions

template<typename Bound , typename Iterator , typename Data , typename FuncType >
Iterator call (FuncType func, Data &status, const Iterator &begin, const Iterator &end)
template<typename Iterator , typename Data , typename FuncType >
Iterator call (FuncType func, Data &status, const Iterator &begin, const Iterator &end)

Private Attributes

vector_type layers
boost::shared_mutex mutex

Detailed Description

template<typename T>
class canopen::VectorHelper< T >

Definition at line 147 of file layer.h.


Member Typedef Documentation

template<typename T>
typedef std::vector<boost::shared_ptr<T> > canopen::VectorHelper< T >::vector_type [private]

Definition at line 148 of file layer.h.


Member Function Documentation

template<typename T>
virtual void canopen::VectorHelper< T >::add ( const boost::shared_ptr< T > &  l) [inline, virtual]

Definition at line 186 of file layer.h.

template<typename T>
template<typename Bound , typename Iterator , typename Data , typename FuncType >
Iterator canopen::VectorHelper< T >::call ( FuncType  func,
Data &  status,
const Iterator &  begin,
const Iterator &  end 
) [inline, private]

Definition at line 152 of file layer.h.

template<typename T>
template<typename Iterator , typename Data , typename FuncType >
Iterator canopen::VectorHelper< T >::call ( FuncType  func,
Data &  status,
const Iterator &  begin,
const Iterator &  end 
) [inline, private]

Definition at line 163 of file layer.h.

template<typename T>
template<typename Bound , typename Data , typename FuncType >
vector_type::iterator canopen::VectorHelper< T >::call ( FuncType  func,
Data &  status 
) [inline, protected]

Definition at line 167 of file layer.h.

template<typename T>
template<typename Data , typename FuncType >
vector_type::iterator canopen::VectorHelper< T >::call ( FuncType  func,
Data &  status 
) [inline, protected]

Definition at line 171 of file layer.h.

template<typename T>
template<typename Bound , typename Data , typename FuncType >
vector_type::reverse_iterator canopen::VectorHelper< T >::call_rev ( FuncType  func,
Data &  status 
) [inline, protected]

Definition at line 175 of file layer.h.

template<typename T>
template<typename Data , typename FuncType >
vector_type::reverse_iterator canopen::VectorHelper< T >::call_rev ( FuncType  func,
Data &  status 
) [inline, protected]

Definition at line 179 of file layer.h.

template<typename T>
template<typename Bound , typename Data , typename FuncType >
bool canopen::VectorHelper< T >::callFunc ( FuncType  func,
Data &  status 
) [inline]

Definition at line 188 of file layer.h.

template<typename T>
void canopen::VectorHelper< T >::destroy ( ) [inline, protected]

Definition at line 183 of file layer.h.


Member Data Documentation

template<typename T>
vector_type canopen::VectorHelper< T >::layers [private]

Definition at line 149 of file layer.h.

template<typename T>
boost::shared_mutex canopen::VectorHelper< T >::mutex [private]

Definition at line 150 of file layer.h.


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


canopen_master
Author(s): Mathias Lüdtke
autogenerated on Thu Jun 6 2019 20:43:54