nrfcxx  0.1.0
C++-17 Framework for Nordic nRF5 Devices
Public Member Functions
nrfcxx::null_mutex Class Reference

RAII class that performs no mutex operations. More...

#include <nrfcxx/core.hpp>

Public Member Functions

 null_mutex (const null_mutex &)=delete
 
null_mutexoperator= (const null_mutex &)=delete
 
 null_mutex (null_mutex &&)=delete
 
null_mutexoperator= (null_mutex &)=delete
 

Detailed Description

RAII class that performs no mutex operations.

This is used as the default value for template parameters that identify the mutex required to protect an operation in cases where the operation may not need protection.


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