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

#include <BString.h>

Public Member Functions

 BString ()
 
 BString (const wchar_t *)
 
 BString (const wchar_t *, size_t length)
 
 BString (const String &)
 
 BString (const AtomicString &)
 
 BString (const URL &)
 
 ~BString ()
 
void adoptBSTR (BSTR)
 
void clear ()
 
 BString (const BString &)
 
BStringoperator= (const BString &)
 
BStringoperator= (const BSTR &)
 
BSTRoperator & ()
 
 operator BSTR () const
 
BSTR release ()
 

Constructor & Destructor Documentation

◆ BString() [1/7]

WebCore::BString::BString ( )

◆ BString() [2/7]

WebCore::BString::BString ( const wchar_t *  characters)

◆ BString() [3/7]

WebCore::BString::BString ( const wchar_t *  characters,
size_t  length 
)

◆ BString() [4/7]

WebCore::BString::BString ( const String s)

◆ BString() [5/7]

WebCore::BString::BString ( const AtomicString s)

◆ BString() [6/7]

WebCore::BString::BString ( const URL url)

◆ ~BString()

WebCore::BString::~BString ( )

◆ BString() [7/7]

WebCore::BString::BString ( const BString other)

Member Function Documentation

◆ adoptBSTR()

void WebCore::BString::adoptBSTR ( BSTR  bstr)

◆ clear()

void WebCore::BString::clear ( )

◆ operator &()

BSTR* WebCore::BString::operator& ( )
inline

◆ operator BSTR()

WebCore::BString::operator BSTR ( ) const
inline

◆ operator=() [1/2]

BString & WebCore::BString::operator= ( const BString other)

◆ operator=() [2/2]

BString & WebCore::BString::operator= ( const BSTR other)

◆ release()

BSTR WebCore::BString::release ( )
inline

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