AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AFakeMutex Class Reference

Implements mutex interface but does nothing, useful for mocking a mutex. More...

#include <AUI/Thread/AMutex.h>

Public Member Functions

void lock ()
 
void try_lock ()
 
void unlock ()
 
void shared_lock ()
 
void try_shared_lock ()
 
void shared_unlock ()
 

Detailed Description

Implements mutex interface but does nothing, useful for mocking a mutex.


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