webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
rtc::EmptyCryptStringImpl Class Reference

#include <cryptstring.h>

Inheritance diagram for rtc::EmptyCryptStringImpl:
rtc::CryptStringImpl rtc::CryptStringImpl

Public Member Functions

 ~EmptyCryptStringImpl () override
 
size_t GetLength () const override
 
void CopyTo (char *dest, bool nullterminate) const override
 
std::string UrlEncode () const override
 
CryptStringImplCopy () const override
 
void CopyRawTo (std::vector< unsigned char > *dest) const override
 
 ~EmptyCryptStringImpl () override
 
size_t GetLength () const override
 
void CopyTo (char *dest, bool nullterminate) const override
 
std::string UrlEncode () const override
 
CryptStringImplCopy () const override
 
void CopyRawTo (std::vector< unsigned char > *dest) const override
 
- Public Member Functions inherited from rtc::CryptStringImpl
virtual ~CryptStringImpl ()
 
virtual ~CryptStringImpl ()
 

Constructor & Destructor Documentation

◆ ~EmptyCryptStringImpl() [1/2]

rtc::EmptyCryptStringImpl::~EmptyCryptStringImpl ( )
inlineoverride

◆ ~EmptyCryptStringImpl() [2/2]

rtc::EmptyCryptStringImpl::~EmptyCryptStringImpl ( )
inlineoverride

Member Function Documentation

◆ Copy() [1/2]

CryptStringImpl * rtc::EmptyCryptStringImpl::Copy ( ) const
overridevirtual

Implements rtc::CryptStringImpl.

◆ Copy() [2/2]

CryptStringImpl* rtc::EmptyCryptStringImpl::Copy ( ) const
overridevirtual

Implements rtc::CryptStringImpl.

◆ CopyRawTo() [1/2]

void rtc::EmptyCryptStringImpl::CopyRawTo ( std::vector< unsigned char > *  dest) const
overridevirtual

Implements rtc::CryptStringImpl.

◆ CopyRawTo() [2/2]

void rtc::EmptyCryptStringImpl::CopyRawTo ( std::vector< unsigned char > *  dest) const
overridevirtual

Implements rtc::CryptStringImpl.

◆ CopyTo() [1/2]

void rtc::EmptyCryptStringImpl::CopyTo ( char *  dest,
bool  nullterminate 
) const
overridevirtual

Implements rtc::CryptStringImpl.

◆ CopyTo() [2/2]

void rtc::EmptyCryptStringImpl::CopyTo ( char *  dest,
bool  nullterminate 
) const
overridevirtual

Implements rtc::CryptStringImpl.

◆ GetLength() [1/2]

size_t rtc::EmptyCryptStringImpl::GetLength ( ) const
overridevirtual

Implements rtc::CryptStringImpl.

◆ GetLength() [2/2]

size_t rtc::EmptyCryptStringImpl::GetLength ( ) const
overridevirtual

Implements rtc::CryptStringImpl.

◆ UrlEncode() [1/2]

std::string rtc::EmptyCryptStringImpl::UrlEncode ( ) const
overridevirtual

Implements rtc::CryptStringImpl.

◆ UrlEncode() [2/2]

std::string rtc::EmptyCryptStringImpl::UrlEncode ( ) const
overridevirtual

Implements rtc::CryptStringImpl.


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