Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::CircularBuffer< T, N, threadSafe >::Lock Struct Reference

Public Member Functions

 Lock ()
 
 ~Lock ()
 

Public Attributes

Mutex _lock
 

Detailed Description

template<class T, size_t N, bool threadSafe = false>
struct Divide::CircularBuffer< T, N, threadSafe >::Lock

Definition at line 41 of file CircularBuffer.h.

Constructor & Destructor Documentation

◆ Lock()

template<class T , size_t N, bool threadSafe = false>
Divide::CircularBuffer< T, N, threadSafe >::Lock::Lock ( )
inline

Definition at line 43 of file CircularBuffer.h.

◆ ~Lock()

template<class T , size_t N, bool threadSafe = false>
Divide::CircularBuffer< T, N, threadSafe >::Lock::~Lock ( )
inline

Definition at line 50 of file CircularBuffer.h.

Member Data Documentation

◆ _lock

template<class T , size_t N, bool threadSafe = false>
Mutex Divide::CircularBuffer< T, N, threadSafe >::Lock::_lock
mutable

Definition at line 57 of file CircularBuffer.h.


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