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

Public Member Functions

 EndpointMutationGuard (UnixSocketSyscalls &socket)
 

Private Attributes

UnixSocketSyscallsm_Socket
 
LockGuard< Mutexm_Guard
 

Detailed Description

Definition at line 317 of file net-syscalls.h.

Constructor & Destructor Documentation

◆ EndpointMutationGuard()

UnixSocketSyscalls::EndpointMutationGuard::EndpointMutationGuard ( UnixSocketSyscalls socket)
explicit

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

◆ ~EndpointMutationGuard()

UnixSocketSyscalls::EndpointMutationGuard::~EndpointMutationGuard ( )

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

Member Data Documentation

◆ m_Guard

LockGuard<Mutex> UnixSocketSyscalls::EndpointMutationGuard::m_Guard
private

Definition at line 324 of file net-syscalls.h.

◆ m_Socket

UnixSocketSyscalls& UnixSocketSyscalls::EndpointMutationGuard::m_Socket
private

Definition at line 323 of file net-syscalls.h.


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