SYNOPSIS

#include <sources.h>

Public Types

typedef std::forward_iterator_tag iterator_category

typedef Participant value_type

typedef std::ptrdiff_t difference_type

typedef const Participant * pointer

typedef const Participant & reference

Public Member Functions

ParticipantsIterator (ParticipantLink *p=NULL)

ParticipantsIterator (const ParticipantsIterator &pi)

reference operator* () const

pointer operator-> () const

ParticipantsIterator & operator++ ()

ParticipantsIterator operator++ (int)

Friends

bool operator== (const ParticipantsIterator &l, const ParticipantsIterator &r)

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

Detailed Description

Iterator through the list of participants in this session.

Somehow resembles and standard const_iterator

Examples: ccrtptest.cpp.

Member Typedef Documentation

typedef std::ptrdiff_t \fBRTPApplication::ParticipantsIterator::difference_type\fP

typedef std::forward_iterator_tag \fBRTPApplication::ParticipantsIterator::iterator_category\fP

typedef const \fBParticipant\fP* \fBRTPApplication::ParticipantsIterator::pointer\fP

typedef const \fBParticipant\fP& \fBRTPApplication::ParticipantsIterator::reference\fP

typedef \fBParticipant\fP \fBRTPApplication::ParticipantsIterator::value_type\fP

Constructor & Destructor Documentation

RTPApplication::ParticipantsIterator::ParticipantsIterator (ParticipantLink *p = \fCNULL\fP)\fC [inline]\fP

RTPApplication::ParticipantsIterator::ParticipantsIterator (const \fBParticipantsIterator\fP &pi)\fC [inline]\fP

Member Function Documentation

\fBreference\fP RTPApplication::ParticipantsIterator::operator* () const\fC [inline]\fP

\fBParticipantsIterator\fP& RTPApplication::ParticipantsIterator::operator++ ()\fC [inline]\fP

\fBParticipantsIterator\fP RTPApplication::ParticipantsIterator::operator++ (int)\fC [inline]\fP

\fBpointer\fP RTPApplication::ParticipantsIterator::operator-> () const\fC [inline]\fP

Friends And Related Function Documentation

bool operator!= (const \fBParticipantsIterator\fP &l, const \fBParticipantsIterator\fP &r)\fC [friend]\fP

bool operator== (const \fBParticipantsIterator\fP &l, const \fBParticipantsIterator\fP &r)\fC [friend]\fP

Author

Generated automatically by Doxygen for ccRTP from the source code.