X2 Standard  Version 1.24
Public Member Functions | List of all members
MutexInterface Class Referenceabstract

The MutexInterface provides a cross-platform mutex. More...

#include <mutexinterface.h>

Public Member Functions

virtual void lock ()=0
 
virtual void unlock ()=0
 

Detailed Description

The MutexInterface provides a cross-platform mutex.

The MutexInterface is a cross-platform mutex interface passed to X2 implementors. Provides X2 implementors an operating system agnostic mutex. Tested and works on Windows, Mac, Ubuntu Linux.

Member Function Documentation

◆ lock()

virtual void MutexInterface::lock ( )
pure virtual

Locks the mutex.

◆ unlock()

virtual void MutexInterface::unlock ( )
pure virtual

Unlocks the mutex.


The documentation for this class was generated from the following file:
X2 Examples
(C) Software Bisque, Inc. All rights reserved.