Public Member Functions | Private Attributes | List of all members
Mutex Class Reference

#include <Mutex.hpp>

Public Member Functions

void lock ()
 
 Mutex ()
 
void unlock ()
 
 ~Mutex ()
 

Private Attributes

std::mutex m_mutex
 

Detailed Description

Definition at line 19 of file Mutex.hpp.

Constructor & Destructor Documentation

◆ Mutex()

Mutex::Mutex ( )

Definition at line 38 of file Mutex.cpp.

◆ ~Mutex()

Mutex::~Mutex ( )

Definition at line 43 of file Mutex.cpp.

Member Function Documentation

◆ lock()

void Mutex::lock ( )

Definition at line 47 of file Mutex.cpp.

◆ unlock()

void Mutex::unlock ( )

Definition at line 53 of file Mutex.cpp.

Member Data Documentation

◆ m_mutex

std::mutex Mutex::m_mutex
private

Definition at line 29 of file Mutex.hpp.


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


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:14