webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
webrtc::FakeInterface Class Referenceabstract
Inheritance diagram for webrtc::FakeInterface:
rtc::RefCountInterface webrtc::Fake

Public Member Functions

virtual void VoidMethod0 ()=0
 
virtual std::string Method0 ()=0
 
virtual std::string ConstMethod0 () const =0
 
virtual std::string Method1 (std::string s)=0
 
virtual std::string ConstMethod1 (std::string s) const =0
 
virtual std::string Method2 (std::string s1, std::string s2)=0
 
- Public Member Functions inherited from rtc::RefCountInterface
virtual int AddRef () const =0
 
virtual int Release () const =0
 
virtual int AddRef () const =0
 
virtual int Release () const =0
 

Protected Member Functions

virtual ~FakeInterface ()
 
- Protected Member Functions inherited from rtc::RefCountInterface
virtual ~RefCountInterface ()
 
virtual ~RefCountInterface ()
 

Constructor & Destructor Documentation

◆ ~FakeInterface()

virtual webrtc::FakeInterface::~FakeInterface ( )
inlineprotectedvirtual

Member Function Documentation

◆ ConstMethod0()

virtual std::string webrtc::FakeInterface::ConstMethod0 ( ) const
pure virtual

◆ ConstMethod1()

virtual std::string webrtc::FakeInterface::ConstMethod1 ( std::string  s) const
pure virtual

◆ Method0()

virtual std::string webrtc::FakeInterface::Method0 ( )
pure virtual

◆ Method1()

virtual std::string webrtc::FakeInterface::Method1 ( std::string  s)
pure virtual

◆ Method2()

virtual std::string webrtc::FakeInterface::Method2 ( std::string  s1,
std::string  s2 
)
pure virtual

◆ VoidMethod0()

virtual void webrtc::FakeInterface::VoidMethod0 ( )
pure virtual

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