BioDynaMo  v1.05.119-a4ff3934
Public Member Functions | Public Attributes | List of all members
bdm::UniformGridEnvironment::GridNeighborMutexBuilder::MutexWrapper Struct Reference

#include <uniform_grid_environment.h>

Public Member Functions

 MutexWrapper ()=default
 
 MutexWrapper (const MutexWrapper &)
 

Public Attributes

std::atomic_flag mutex_ = ATOMIC_FLAG_INIT
 

Detailed Description

Used to store mutexes in a vector. Always creates a new mutex (even for the copy constructor)

Definition at line 587 of file uniform_grid_environment.h.

Constructor & Destructor Documentation

◆ MutexWrapper() [1/2]

◆ MutexWrapper() [2/2]

Definition at line 589 of file uniform_grid_environment.h.

Member Data Documentation

◆ mutex_

std::atomic_flag bdm::UniformGridEnvironment::GridNeighborMutexBuilder::MutexWrapper::mutex_ = ATOMIC_FLAG_INIT

Definition at line 590 of file uniform_grid_environment.h.


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