The Pedigree Project 0.1
Public Member Functions | Private Attributes | List of all members
UnixSocketReference Class Reference
+ Collaboration diagram for UnixSocketReference:

Public Member Functions

 UnixSocketReference (UnixSocket *socket, UnixSocketReferenceOwnership ownership)
 
UnixSocketget () const
 

Private Attributes

UnixSocketm_Socket
 
UnixSocketReferenceOwnership m_Ownership
 

Detailed Description

Definition at line 2702 of file net-syscalls.cc.

Constructor & Destructor Documentation

◆ UnixSocketReference()

UnixSocketReference::UnixSocketReference ( UnixSocket socket,
UnixSocketReferenceOwnership  ownership 
)
inline

Definition at line 2704 of file net-syscalls.cc.

◆ ~UnixSocketReference()

UnixSocketReference::~UnixSocketReference ( )
inline

Definition at line 2707 of file net-syscalls.cc.

Member Function Documentation

◆ get()

UnixSocket * UnixSocketReference::get ( ) const
inline

Definition at line 2719 of file net-syscalls.cc.

Member Data Documentation

◆ m_Ownership

UnixSocketReferenceOwnership UnixSocketReference::m_Ownership
private

Definition at line 2725 of file net-syscalls.cc.

◆ m_Socket

UnixSocket* UnixSocketReference::m_Socket
private

Definition at line 2724 of file net-syscalls.cc.


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