uHTTP for C++
uHTTP::Mutex Class Reference

#include <Mutex.h>

Public Member Functions

 Mutex ()
 
 ~Mutex ()
 
bool lock ()
 
bool unlock ()
 

Private Attributes

pthread_mutex_t mutexID
 

Constructor & Destructor Documentation

◆ Mutex()

uHTTP::Mutex::Mutex ( )

◆ ~Mutex()

uHTTP::Mutex::~Mutex ( )

Member Function Documentation

◆ lock()

bool uHTTP::Mutex::lock ( )

◆ unlock()

bool uHTTP::Mutex::unlock ( )

Field Documentation

◆ mutexID

pthread_mutex_t uHTTP::Mutex::mutexID
private

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