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

#include <Attachment.h>

Public Types

enum  Type { Uninitialized }
 

Public Member Functions

 Attachment ()
 
Type type () const
 
void encode (Encoder &) const
 

Static Public Member Functions

static bool decode (Decoder &, Attachment &)
 

Member Enumeration Documentation

◆ Type

Enumerator
Uninitialized 

Constructor & Destructor Documentation

◆ Attachment()

IPC::Attachment::Attachment ( )

Member Function Documentation

◆ decode()

bool IPC::Attachment::decode ( Decoder decoder,
Attachment attachment 
)
static

◆ encode()

void IPC::Attachment::encode ( Encoder encoder) const

◆ type()

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

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