log4cplus  2.1.0
Public Member Functions | List of all members
log4cplus::thread::Mutex Class Reference

#include <syncprims.h>

Public Member Functions

 Mutex ()
 
 ~Mutex ()
 
 Mutex (Mutex const &)=delete
 
Mutexoperator= (Mutex const &)=delete
 
void lock () const
 
void unlock () const
 

Detailed Description

Definition at line 63 of file syncprims.h.

Constructor & Destructor Documentation

◆ Mutex() [1/2]

log4cplus::thread::Mutex::Mutex ( )

◆ ~Mutex()

log4cplus::thread::Mutex::~Mutex ( )

◆ Mutex() [2/2]

log4cplus::thread::Mutex::Mutex ( Mutex const &  )
delete

Member Function Documentation

◆ lock()

void log4cplus::thread::Mutex::lock ( ) const

◆ operator=()

Mutex& log4cplus::thread::Mutex::operator= ( Mutex const &  )
delete

◆ unlock()

void log4cplus::thread::Mutex::unlock ( ) const

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