rtpapplication::participantsiterator(3)

NAME

RTPApplication::ParticipantsIterator - Iterator through the list of
participants in this session.

SYNOPSIS

#include <sources.h>
Public Types
typedef std::forward_iterator_tag iterator_category
typedef Participant value_type
typedef 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::forward_iterator_tag
RTPApplication::ParticipantsIterator::iterator_category
typedef Participant RTPApplication::ParticipantsIterator::value_type typedef ptrdiff_t RTPApplication::ParticipantsIterator::difference_type typedef const Participant* RTPApplication::ParticipantsIterator::pointer typedef const Participant& RTPApplication::ParticipantsIterator::reference

Constructor & Destructor Documentation

RTPApplication::ParticipantsIterator::ParticipantsIterator (ParticipantLink
* p = NULL) [inline]
RTPApplication::ParticipantsIterator::ParticipantsIterator (const
ParticipantsIterator & pi) [inline]

Member Function Documentation

reference RTPApplication::ParticipantsIterator::operator* () const [inline] pointer RTPApplication::ParticipantsIterator::operator-> () const [inline] ParticipantsIterator& RTPApplication::ParticipantsIterator::operator++ ()
[inline]
ParticipantsIterator RTPApplication::ParticipantsIterator::operator++ (int)
[inline]

Friends And Related Function Documentation

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

Author

Generated automatically by Doxygen for ccRTP from the source code.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout