Electronics and Software
Engineering Innovation
Beam-lib  2.15.1
BStringMutex Class Reference

#include <BStringLocked.h>

Inheritance diagram for BStringMutex:
BMutex

Public Member Functions

 BStringMutex ()
 
- Public Member Functions inherited from BMutex
 BMutex (Type type=Normal)
 
 BMutex (const BMutex &mutex)
 
 ~BMutex ()
 
int lock ()
 Set lock, wait as necessary. More...
 
int timedLock (int timeoutUs)
 Set lock, wait as necessary but timeout after given time. More...
 
int unlock ()
 Unlock the lock. More...
 
int tryLock ()
 Test the lock. More...
 
BMutexoperator= (const BMutex &mutex)
 

Additional Inherited Members

- Public Types inherited from BMutex
enum  Type { Normal, Recursive }
 

Constructor & Destructor Documentation

◆ BStringMutex()

BStringMutex::BStringMutex ( )
inline

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