logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

IncomingDataQueue::SyncSourcesIterator - iterator through the list of synchronizations sources in this

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP            IncomingDataQueue::SyncSourcesIterator(3)

Constructor & Destructor Documentation

IncomingDataQueue::SyncSourcesIterator::SyncSourcesIterator(SyncSourceLink*l=NULL)[inline]IncomingDataQueue::SyncSourcesIterator::SyncSourcesIterator(constSyncSourcesIterator&si)[inline]

Detailed Description

       iterator through the list of synchronizations sources in this session

       Examplesccrtptest.cpp.

Member Function Documentation

referenceIncomingDataQueue::SyncSourcesIterator::operator*()const[inline]SyncSourcesIterator&IncomingDataQueue::SyncSourcesIterator::operator++()[inline]SyncSourcesIteratorIncomingDataQueue::SyncSourcesIterator::operator++(int)[inline]pointerIncomingDataQueue::SyncSourcesIterator::operator->()const[inline]

Member Typedef Documentation

typedefstd::ptrdiff_tIncomingDataQueue::SyncSourcesIterator::difference_typetypedefstd::forward_iterator_tagIncomingDataQueue::SyncSourcesIterator::iterator_categorytypedefconstSyncSource*IncomingDataQueue::SyncSourcesIterator::pointertypedefconstSyncSource&IncomingDataQueue::SyncSourcesIterator::referencetypedefSyncSourceIncomingDataQueue::SyncSourcesIterator::value_type

Name

       IncomingDataQueue::SyncSourcesIterator - iterator through the list of synchronizations sources in this
       session

Synopsis

       #include <iqueue.h>

   PublicTypes
       typedef std::forward_iterator_tag iterator_category
       typedef SyncSourcevalue_type
       typedef std::ptrdiff_t difference_type
       typedef const SyncSource * pointer
       typedef const SyncSource & referencePublicMemberFunctionsSyncSourcesIterator (SyncSourceLink *l=NULL)
       SyncSourcesIterator (const SyncSourcesIterator &si)
       referenceoperator* () const
       pointeroperator-> () const
       SyncSourcesIterator & operator++ ()
       SyncSourcesIteratoroperator++ (int)

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

See Also