Man page - rtpapplication_participantsiterator(3)
Packages contains this manual
- rtppkt.h(3)
- cqueue(3)
- formats.h(3)
- private.h(3)
- sockets(3)
- queuebase.h(3)
- sessions(3)
- ioqueue(3)
- oqueue.h(3)
- rtppacket(3)
- ext.h(3)
- cqueue.h(3)
- base.h(3)
- rtpext(3)
- rtp.h(3)
- sources.h(3)
- iqueue(3)
- pool.h(3)
- queuebase(3)
- channel.h(3)
- sources(3)
- iqueue.h(3)
- ioqueue.h(3)
- payload(3)
- rtcppacket(3)
- rtcppkt.h(3)
- oqueue(3)
apt-get install libccrtp-doc
Manual
RTPApplication::ParticipantsIterator
NAMESYNOPSIS
Public Types
Public Member Functions
Friends
Detailed Description
Member Typedef Documentation
typedef std::ptrdiff_tRTPApplication::ParticipantsIterator::difference_type
typedef std::forward_iterator_tagRTPApplication::ParticipantsIterator::iterator_category
typedef const Participant* RTPApplication::ParticipantsIterator::pointer
typedef const Participant& RTPApplication::ParticipantsIterator::reference
typedef Participant RTPApplication::ParticipantsIterator::value_type
Constructor & Destructor Documentation
RTPApplication::ParticipantsIterator::ParticipantsIterator (ParticipantLink* p = NULL) [inline]
RTPApplication::ParticipantsIterator::ParticipantsIterator (constParticipantsIterator & pi) [inline]
Member Function Documentation
reference RTPApplication::ParticipantsIterator::operator* () const [inline]
ParticipantsIterator & RTPApplication::ParticipantsIterator::operator++ ()[inline]
ParticipantsIterator RTPApplication::ParticipantsIterator::operator++ (int)[inline]
pointer RTPApplication::ParticipantsIterator::operator-> () const [inline]
Friends And Related Symbol Documentation
bool operator!= (const ParticipantsIterator & l, const ParticipantsIterator& r) [friend]
bool operator== (const ParticipantsIterator & l, const ParticipantsIterator& r) [friend]
Author
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 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_tRTPApplication::ParticipantsIterator::difference_type
typedef std::forward_iterator_tagRTPApplication::ParticipantsIterator::iterator_category
typedef const Participant* RTPApplication::ParticipantsIterator::pointer
typedef const Participant& RTPApplication::ParticipantsIterator::reference
typedef Participant RTPApplication::ParticipantsIterator::value_type
Constructor & Destructor Documentation
RTPApplication::ParticipantsIterator::ParticipantsIterator (ParticipantLink* p = NULL) [inline]
RTPApplication::ParticipantsIterator::ParticipantsIterator (constParticipantsIterator & pi) [inline]
Member Function Documentation
reference RTPApplication::ParticipantsIterator::operator* () const [inline]
ParticipantsIterator & RTPApplication::ParticipantsIterator::operator++ ()[inline]
ParticipantsIterator RTPApplication::ParticipantsIterator::operator++ (int)[inline]
pointer RTPApplication::ParticipantsIterator::operator-> () const [inline]
Friends And Related Symbol 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.