C++ Based OPC UA Client/Server SDK  1.5.5.355
UaMutexRefCounted Class Reference

UaMutexRefCounted. More...

#include <uamutex.h>

Inherits UaMutex.

Public Member Functions

 UaMutexRefCounted ()
 construction
 
- Public Member Functions inherited from UaMutex
 UaMutex ()
 construction Constructs a UaMutex object that allows threads to lock() the mutex to block access to a resource.
 
virtual ~UaMutex ()
 destruction Destroys the UaMutex object. More...
 
void lock ()
 Attempts to lock the mutex. More...
 
void unlock ()
 Unlocks the mutex. More...
 

Protected Member Functions

virtual ~UaMutexRefCounted ()
 destruction
 

Detailed Description

UaMutexRefCounted.

Reference counted mutex implementation. A derived class of UaMutex which provides the possibility to control the lifetime of the mutex object based on its reference counter.


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