Scroll to navigation

SDESItemsHolder(3) Library Functions Manual SDESItemsHolder(3)

NAME

SDESItemsHolder -
Holds the SDES items and related information from a participant in an RTP application.

SYNOPSIS

#include <sources.h>
Inherited by Participant [private], and RTPApplication [private].

Public Member Functions


const std::string & getItem (SDESItemType type) const
 
const std::string & getPRIVPrefix () const
 
void setItem (SDESItemType item, const std::string &val)
 
void setPRIVPrefix (const std::string &val)
 

Protected Member Functions


SDESItemsHolder ()
 
virtual ~SDESItemsHolder ()
 

Detailed Description

Holds the SDES items and related information from a participant in an RTP application.
This is a base class for participant classes.
Author:
Federico Montesino Pouzols fedemp@altern.org

Constructor & Destructor Documentation

SDESItemsHolder::SDESItemsHolder () [inline], [protected]

virtual SDESItemsHolder::~SDESItemsHolder () [inline], [protected], [virtual]

Member Function Documentation

const std::string& SDESItemsHolder::getItem ( SDESItemTypetype) const

const std::string& SDESItemsHolder::getPRIVPrefix () const [inline]

void SDESItemsHolder::setItem ( SDESItemTypeitem, const std::string &val)

void SDESItemsHolder::setPRIVPrefix (const std::string &val) [inline]

Author

Generated automatically by Doxygen for ccRTP from the source code.
Wed Jun 25 2014 ccRTP