Urho3D
Public Member Functions | Private Attributes
Urho3D::Mutex Class Reference

Operating system mutual exclusion primitive. More...

#include <Mutex.h>

List of all members.

Public Member Functions

 Mutex ()
 Construct.
 ~Mutex ()
 Destruct.
void Acquire ()
 Acquire the mutex. Block if already acquired.
void Release ()
 Release the mutex.

Private Attributes

void * handle_
 Mutex handle.

Detailed Description

Operating system mutual exclusion primitive.


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