sipXtapi home page


Public Member Functions | Private Attributes | List of all members
Sdp::SdpFoundation Class Reference

#include <Sdp.h>

Inheritance diagram for Sdp::SdpFoundation:
Inheritance graph
[legend]
Collaboration diagram for Sdp::SdpFoundation:
Collaboration graph
[legend]

Public Member Functions

 SdpFoundation (SdpCandidate::SdpCandidateType candidateType, const char *baseAddress, const char *stunAddress)
 
 SdpFoundation (const SdpFoundation &rhs)
 
UtlContainableType getContainableType () const
 
unsigned hash () const
 
int compareTo (UtlContainable const *) const
 
UtlCopyableContainable * clone () const
 

Private Attributes

SdpCandidate::SdpCandidateType mCandidateType
 
UtlString mBaseAddress
 
UtlString mStunAddress
 

Constructor & Destructor Documentation

SdpFoundation ( SdpCandidate::SdpCandidateType  candidateType,
const char *  baseAddress,
const char *  stunAddress 
)
inline
SdpFoundation ( const SdpFoundation rhs)
inline

Member Function Documentation

UtlCopyableContainable* clone ( ) const
inline
int compareTo ( UtlContainable const *  rhs) const
UtlContainableType getContainableType ( ) const
inline
unsigned hash ( ) const
inline

Member Data Documentation

UtlString mBaseAddress
private
SdpCandidate::SdpCandidateType mCandidateType
private
UtlString mStunAddress
private