ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Private Attributes
SDESItemsHolder Class Reference

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

#include <sources.h>

Inheritance diagram for SDESItemsHolder:
Inheritance graph
[legend]
Collaboration diagram for SDESItemsHolder:
Collaboration graph
[legend]

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 ()
 

Private Attributes

std::string sdesItems [SDESItemTypeLast+1]
 

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 fedem.nosp@m.p@al.nosp@m.tern..nosp@m.org

Definition at line 64 of file sources.h.

Constructor & Destructor Documentation

SDESItemsHolder::SDESItemsHolder ( )
inlineprotected

Definition at line 82 of file sources.h.

virtual SDESItemsHolder::~SDESItemsHolder ( )
inlineprotectedvirtual

Definition at line 85 of file sources.h.

Member Function Documentation

const std::string & SDESItemsHolder::getItem ( SDESItemType  type) const

Definition at line 99 of file source.cpp.

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

Definition at line 71 of file sources.h.

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

Definition at line 91 of file source.cpp.

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

Definition at line 78 of file sources.h.

Field Documentation

std::string SDESItemsHolder::sdesItems[SDESItemTypeLast+1]
private

Definition at line 93 of file sources.h.


The documentation for this class was generated from the following files: