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

#include <FileSystem.h>

Public Member Functions

 MappedFileData ()
 
 MappedFileData (MappedFileData &&)
 
WEBCORE_EXPORT MappedFileData (const String &filePath, bool &success)
 
WEBCORE_EXPORT ~MappedFileData ()
 
MappedFileDataoperator= (MappedFileData &&)
 
 operator bool () const
 
const voiddata () const
 
unsigned size () const
 
 MappedFileData ()
 
 MappedFileData (MappedFileData &&)
 
WEBCORE_EXPORT MappedFileData (const String &filePath, bool &success)
 
WEBCORE_EXPORT ~MappedFileData ()
 
MappedFileDataoperator= (MappedFileData &&)
 
 operator bool () const
 
const voiddata () const
 
unsigned size () const
 

Constructor & Destructor Documentation

◆ MappedFileData() [1/6]

WebCore::MappedFileData::MappedFileData ( )
inline

◆ MappedFileData() [2/6]

WebCore::MappedFileData::MappedFileData ( MappedFileData &&  other)
inline

◆ MappedFileData() [3/6]

WebCore::MappedFileData::MappedFileData ( const String filePath,
bool &  success 
)

◆ ~MappedFileData() [1/2]

WebCore::MappedFileData::~MappedFileData ( )

◆ MappedFileData() [4/6]

WebCore::MappedFileData::MappedFileData ( )
inline

◆ MappedFileData() [5/6]

WebCore::MappedFileData::MappedFileData ( MappedFileData &&  )

◆ MappedFileData() [6/6]

WEBCORE_EXPORT WebCore::MappedFileData::MappedFileData ( const String filePath,
bool &  success 
)

◆ ~MappedFileData() [2/2]

WEBCORE_EXPORT WebCore::MappedFileData::~MappedFileData ( )

Member Function Documentation

◆ data() [1/2]

const void* WebCore::MappedFileData::data ( ) const
inline

◆ data() [2/2]

const void* WebCore::MappedFileData::data ( ) const
inline

◆ operator bool() [1/2]

WebCore::MappedFileData::operator bool ( ) const
inlineexplicit

◆ operator bool() [2/2]

WebCore::MappedFileData::operator bool ( ) const
inlineexplicit

◆ operator=() [1/2]

MappedFileData& WebCore::MappedFileData::operator= ( MappedFileData &&  )

◆ operator=() [2/2]

MappedFileData & WebCore::MappedFileData::operator= ( MappedFileData &&  other)
inline

◆ size() [1/2]

unsigned WebCore::MappedFileData::size ( ) const
inline

◆ size() [2/2]

unsigned WebCore::MappedFileData::size ( ) const
inline

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