Iterator through the list of synchronizations sources in this session
#include <iqueue.h>
typedef std::forward_iterator_tag iterator_category
typedef SyncSource value_type
typedef std::ptrdiff_t difference_type
typedef const SyncSource * pointer
typedef const SyncSource & reference
SyncSourcesIterator (SyncSourceLink *l=NULL)
SyncSourcesIterator (const SyncSourcesIterator &si)
reference operator* () const
pointer operator-> () const
SyncSourcesIterator & operator++ ()
SyncSourcesIterator operator++ (int)
bool operator== (const SyncSourcesIterator &l, const SyncSourcesIterator &r)
bool operator!= (const SyncSourcesIterator &l, const SyncSourcesIterator &r)
iterator through the list of synchronizations sources in this session
Generated automatically by Doxygen for ccRTP from the source code.