ccRTP
Public Types | Public Member Functions | Friends | List of all members
IncomingDataQueue::SyncSourcesIterator Class Reference

iterator through the list of synchronizations sources in this session More...

#include <iqueue.h>

Public Types

typedef std::forward_iterator_tag iterator_category
 
typedef SyncSource value_type
 
typedef std::ptrdiff_t difference_type
 
typedef const SyncSourcepointer
 
typedef const SyncSourcereference
 

Public Member Functions

 SyncSourcesIterator (SyncSourceLink *l=NULL)
 
 SyncSourcesIterator (const SyncSourcesIterator &si)
 
reference operator* () const
 
pointer operator-> () const
 
SyncSourcesIteratoroperator++ ()
 
SyncSourcesIterator operator++ (int)
 

Friends

bool operator== (const SyncSourcesIterator &l, const SyncSourcesIterator &r)
 
bool operator!= (const SyncSourcesIterator &l, const SyncSourcesIterator &r)
 

Detailed Description

iterator through the list of synchronizations sources in this session

Member Typedef Documentation

Constructor & Destructor Documentation

IncomingDataQueue::SyncSourcesIterator::SyncSourcesIterator ( SyncSourceLink *  l = NULL)
inline
IncomingDataQueue::SyncSourcesIterator::SyncSourcesIterator ( const SyncSourcesIterator si)
inline

Member Function Documentation

reference IncomingDataQueue::SyncSourcesIterator::operator* ( ) const
inline
SyncSourcesIterator& IncomingDataQueue::SyncSourcesIterator::operator++ ( )
inline
SyncSourcesIterator IncomingDataQueue::SyncSourcesIterator::operator++ ( int  )
inline
pointer IncomingDataQueue::SyncSourcesIterator::operator-> ( ) const
inline

Friends And Related Function Documentation

bool operator!= ( const SyncSourcesIterator l,
const SyncSourcesIterator r 
)
friend
bool operator== ( const SyncSourcesIterator l,
const SyncSourcesIterator r 
)
friend

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