webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
cricket::CandidateTranslator Class Referenceabstract

#include <candidate.h>

Public Member Functions

virtual ~CandidateTranslator ()
 
virtual bool GetChannelNameFromComponent (int component, std::string *channel_name) const =0
 
virtual bool GetComponentFromChannelName (const std::string &channel_name, int *component) const =0
 
virtual ~CandidateTranslator ()
 
virtual bool GetChannelNameFromComponent (int component, std::string *channel_name) const =0
 
virtual bool GetComponentFromChannelName (const std::string &channel_name, int *component) const =0
 

Constructor & Destructor Documentation

◆ ~CandidateTranslator() [1/2]

virtual cricket::CandidateTranslator::~CandidateTranslator ( )
inlinevirtual

◆ ~CandidateTranslator() [2/2]

virtual cricket::CandidateTranslator::~CandidateTranslator ( )
inlinevirtual

Member Function Documentation

◆ GetChannelNameFromComponent() [1/2]

virtual bool cricket::CandidateTranslator::GetChannelNameFromComponent ( int  component,
std::string channel_name 
) const
pure virtual

◆ GetChannelNameFromComponent() [2/2]

virtual bool cricket::CandidateTranslator::GetChannelNameFromComponent ( int  component,
std::string channel_name 
) const
pure virtual

◆ GetComponentFromChannelName() [1/2]

virtual bool cricket::CandidateTranslator::GetComponentFromChannelName ( const std::string channel_name,
int *  component 
) const
pure virtual

◆ GetComponentFromChannelName() [2/2]

virtual bool cricket::CandidateTranslator::GetComponentFromChannelName ( const std::string channel_name,
int *  component 
) const
pure virtual

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