FastLED 3.9.15
Loading...
Searching...
No Matches
fl::lock_guard< MutexType > Class Template Reference

Detailed Description

template<typename MutexType>
class fl::lock_guard< MutexType >

Definition at line 75 of file mutex.h.

#include <mutex.h>

Public Member Functions

 lock_guard (const lock_guard &)=delete
 
 lock_guard (lock_guard &&)=delete
 
 lock_guard (MutexType &mutex)
 
 ~lock_guard ()
 
lock_guardoperator= (const lock_guard &)=delete
 
lock_guardoperator= (lock_guard &&)=delete
 

Private Attributes

MutexType & mMutex
 

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