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

#include <MachPort.h>

Public Member Functions

 MachPort ()
 
 MachPort (mach_port_name_t port, mach_msg_type_name_t disposition)
 
void encode (Encoder &encoder) const
 
mach_port_name_t port () const
 
mach_msg_type_name_t disposition () const
 

Static Public Member Functions

static bool decode (Decoder &decoder, MachPort &p)
 

Constructor & Destructor Documentation

◆ MachPort() [1/2]

IPC::MachPort::MachPort ( )
inline

◆ MachPort() [2/2]

IPC::MachPort::MachPort ( mach_port_name_t  port,
mach_msg_type_name_t  disposition 
)
inline

Member Function Documentation

◆ decode()

static bool IPC::MachPort::decode ( Decoder decoder,
MachPort p 
)
inlinestatic

◆ disposition()

mach_msg_type_name_t IPC::MachPort::disposition ( ) const
inline

◆ encode()

void IPC::MachPort::encode ( Encoder encoder) const
inline

◆ port()

mach_port_name_t IPC::MachPort::port ( ) const
inline

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