Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Data Fields
RTPApplication::ParticipantLink Struct Reference
Collaboration diagram for RTPApplication::ParticipantLink:
Collaboration graph
[legend]

Public Member Functions

 ParticipantLink (Participant &p, ParticipantLink *l)
 
 ~ParticipantLink ()
 
ParticipantgetParticipant ()
 
ParticipantLinkgetPrev ()
 
ParticipantLinkgetNext ()
 
void setPrev (ParticipantLink *l)
 
void setNext (ParticipantLink *l)
 

Data Fields

Participantparticipant
 
ParticipantLinknext
 
ParticipantLinkprev
 

Detailed Description

Definition at line 460 of file sources.h.

Constructor & Destructor Documentation

RTPApplication::ParticipantLink::ParticipantLink ( Participant p,
ParticipantLink l 
)
inline

Definition at line 461 of file sources.h.

RTPApplication::ParticipantLink::~ParticipantLink ( )
inline

Definition at line 465 of file sources.h.

Member Function Documentation

ParticipantLink* RTPApplication::ParticipantLink::getNext ( )
inline

Definition at line 468 of file sources.h.

Participant* RTPApplication::ParticipantLink::getParticipant ( )
inline

Definition at line 466 of file sources.h.

ParticipantLink* RTPApplication::ParticipantLink::getPrev ( )
inline

Definition at line 467 of file sources.h.

void RTPApplication::ParticipantLink::setNext ( ParticipantLink l)
inline

Definition at line 470 of file sources.h.

void RTPApplication::ParticipantLink::setPrev ( ParticipantLink l)
inline

Definition at line 469 of file sources.h.

Field Documentation

ParticipantLink* RTPApplication::ParticipantLink::next

Definition at line 472 of file sources.h.

Participant* RTPApplication::ParticipantLink::participant

Definition at line 471 of file sources.h.

ParticipantLink * RTPApplication::ParticipantLink::prev

Definition at line 472 of file sources.h.


The documentation for this struct was generated from the following file: