webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WTF::StringView::UnderlyingString Struct Reference

Public Member Functions

 UnderlyingString (const StringImpl &)
 

Public Attributes

std::atomic_uint refCount { 1u }
 
bool isValid { true }
 
const StringImplstring
 

Constructor & Destructor Documentation

◆ UnderlyingString()

WTF::StringView::UnderlyingString::UnderlyingString ( const StringImpl string)
explicit

Member Data Documentation

◆ isValid

bool WTF::StringView::UnderlyingString::isValid { true }

◆ refCount

std::atomic_uint WTF::StringView::UnderlyingString::refCount { 1u }

◆ string

const StringImpl& WTF::StringView::UnderlyingString::string

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