RixThreadUtils Class Reference
RixThreadUtils Class Referenceabstract
#include <RixInterfaces.h>
Inheritance diagram for RixThreadUtils:
Public Member Functions | |
| virtual RixMutex * | NewMutex () const =0 |
| Get a new RixMutex object. NOTE: It must be deleted. | |
Public Member Functions inherited from RixInterface | |
| virtual int | GetVersion () const |
Protected Member Functions | |
| RixThreadUtils () | |
| Constructor is for internal use only. | |
Protected Member Functions inherited from RixInterface | |
| RixInterface (int version) | |
| Interfaces should not be constructed by users. | |
| virtual | ~RixInterface () |
| Interfaces should not be deleted by users. | |
Additional Inherited Members | |
Protected Attributes inherited from RixInterface | |
| int | m_version |
| Version number of this interface. | |
Detailed Description
This object is used to create a RixMutex object that can be used for locking access to shared global memory
The documentation for this class was generated from the following file:
Public Member Functions inherited from