IncomingDataQueue::SyncSourcesIterator Class Reference

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

#include <iqueue.h>

List of all members.

Public Types

typedef std::forward_iterator_tag iterator_category
typedef SyncSource value_type
typedef 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++ ( int   )  [inline]
SyncSourcesIterator& IncomingDataQueue::SyncSourcesIterator::operator++ (  )  [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:

Generated on 15 Dec 2009 for ccRTP by  doxygen 1.6.1