RTPApplication::ParticipantsIterator - Iterator through the list of participants in this session.
Contents
Constructor & Destructor Documentation
RTPApplication::ParticipantsIterator::ParticipantsIterator(ParticipantLink*p=NULL)[inline]RTPApplication::ParticipantsIterator::ParticipantsIterator(constParticipantsIterator&pi)[inline]
Detailed Description
Iterator through the list of participants in this session.
Somehow resembles and standard const_iterator
Examplesccrtptest.cpp.
Member Function Documentation
referenceRTPApplication::ParticipantsIterator::operator*()const[inline]ParticipantsIterator&RTPApplication::ParticipantsIterator::operator++()[inline]ParticipantsIteratorRTPApplication::ParticipantsIterator::operator++(int)[inline]pointerRTPApplication::ParticipantsIterator::operator->()const[inline]
Member Typedef Documentation
typedefstd::ptrdiff_tRTPApplication::ParticipantsIterator::difference_typetypedefstd::forward_iterator_tagRTPApplication::ParticipantsIterator::iterator_categorytypedefconstParticipant*RTPApplication::ParticipantsIterator::pointertypedefconstParticipant&RTPApplication::ParticipantsIterator::referencetypedefParticipantRTPApplication::ParticipantsIterator::value_type
Name
RTPApplication::ParticipantsIterator - Iterator through the list of participants in this session.
Synopsis
#include <sources.h>
PublicTypes
typedef std::forward_iterator_tag iterator_category
typedef Participantvalue_type
typedef std::ptrdiff_t difference_type
typedef const Participant * pointer
typedef const Participant & referencePublicMemberFunctionsParticipantsIterator (ParticipantLink *p=NULL)
ParticipantsIterator (const ParticipantsIterator &pi)
referenceoperator* () const
pointeroperator-> () const
ParticipantsIterator & operator++ ()
ParticipantsIteratoroperator++ (int)
Friends
bool operator== (const ParticipantsIterator &l, const ParticipantsIterator &r)
bool operator!= (const ParticipantsIterator &l, const ParticipantsIterator &r)
