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

Public Member Functions

 AttachmentInfo ()=default
 
void setType (Attachment::Type type)
 
Attachment::Type type () const
 
void setSize (size_t size)
 
size_t size () const
 
void setNull ()
 
bool isNull () const
 

Constructor & Destructor Documentation

◆ AttachmentInfo()

IPC::AttachmentInfo::AttachmentInfo ( )
default

Member Function Documentation

◆ isNull()

bool IPC::AttachmentInfo::isNull ( ) const
inline

◆ setNull()

void IPC::AttachmentInfo::setNull ( )
inline

◆ setSize()

void IPC::AttachmentInfo::setSize ( size_t  size)
inline

◆ setType()

void IPC::AttachmentInfo::setType ( Attachment::Type  type)
inline

◆ size()

size_t IPC::AttachmentInfo::size ( ) const
inline

◆ type()

Attachment::Type IPC::AttachmentInfo::type ( ) const
inline

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