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

#include <layer.h>

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

Public Types

typedef boost::shared_ptr< T > VectorMemberSharedPtr
 

Public Member Functions

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

Protected Types

typedef std::vector< VectorMemberSharedPtrvector_type
 

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 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<VectorMemberSharedPtr> canopen::VectorHelper< T >::vector_type
protected

Definition at line 151 of file layer.h.

template<typename T>
typedef boost::shared_ptr<T> canopen::VectorHelper< T >::VectorMemberSharedPtr

Definition at line 149 of file layer.h.

Member Function Documentation

template<typename T>
virtual void canopen::VectorHelper< T >::add ( const VectorMemberSharedPtr l)
inlinevirtual

Definition at line 171 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 
)
inlineprotected

Definition at line 152 of file layer.h.

template<typename T>
template<typename Data , typename FuncType >
vector_type::iterator canopen::VectorHelper< T >::call ( FuncType  func,
Data &  status 
)
inlineprotected

Definition at line 156 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 
)
inlineprivate

Definition at line 181 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 
)
inlineprivate

Definition at line 192 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 
)
inlineprotected

Definition at line 160 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 
)
inlineprotected

Definition at line 164 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 173 of file layer.h.

template<typename T>
void canopen::VectorHelper< T >::destroy ( )
inlineprotected

Definition at line 168 of file layer.h.

Member Data Documentation

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

Definition at line 178 of file layer.h.

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

Definition at line 179 of file layer.h.


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


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