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

#include <UnixMessage.h>

Public Member Functions

 UnixMessage (Encoder &encoder)
 
 UnixMessage (UnixMessage &&other)
 
 ~UnixMessage ()
 
const Vector< Attachment > & attachments () const
 
MessageInfomessageInfo ()
 
uint8_tbody () const
 
size_t bodySize () const
 
void appendAttachment (Attachment &&attachment)
 

Constructor & Destructor Documentation

◆ UnixMessage() [1/2]

IPC::UnixMessage::UnixMessage ( Encoder encoder)
inline

◆ UnixMessage() [2/2]

IPC::UnixMessage::UnixMessage ( UnixMessage &&  other)
inline

◆ ~UnixMessage()

IPC::UnixMessage::~UnixMessage ( )
inline

Member Function Documentation

◆ appendAttachment()

void IPC::UnixMessage::appendAttachment ( Attachment &&  attachment)
inline

◆ attachments()

const Vector<Attachment>& IPC::UnixMessage::attachments ( ) const
inline

◆ body()

uint8_t* IPC::UnixMessage::body ( ) const
inline

◆ bodySize()

size_t IPC::UnixMessage::bodySize ( ) const
inline

◆ messageInfo()

MessageInfo& IPC::UnixMessage::messageInfo ( )
inline

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