MrSID Decode SDK for LiDAR Reference Manual  1.1.4.4709
Mutex Class Reference

Mutex is a cross platform wrapper for mutexes.

#include <Mutex.h>

List of all members.

Public Member Functions

 Mutex (void)
 Create unnamed mutex.
 ~Mutex (void)
 Destroy mutex.
void lock (void)
 Lock the mutex and block until it becomes available.
void unlock (void)
 Unlock the mutex.

Detailed Description

Definition at line 29 of file Mutex.h.


Constructor & Destructor Documentation

Mutex::Mutex ( void  )
Mutex::~Mutex ( void  )

Member Function Documentation

void Mutex::lock ( void  )
void Mutex::unlock ( void  )

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