GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
autolock Class Reference

#include "oct-mutex.h"

Public Member Functions

 autolock (const mutex &m, bool block=true)
 
 ~autolock ()
 
bool ok () const
 
 operator bool () const
 

Detailed Description

Definition at line 83 of file oct-mutex.h.

Constructor & Destructor Documentation

◆ autolock()

autolock::autolock ( const mutex m,
bool  block = true 
)
inline

Definition at line 88 of file oct-mutex.h.

◆ ~autolock()

autolock::~autolock ( )
inline

Definition at line 102 of file oct-mutex.h.

Member Function Documentation

◆ ok()

bool autolock::ok ( ) const
inline

Definition at line 108 of file oct-mutex.h.

◆ operator bool()

autolock::operator bool ( ) const
inline

Definition at line 110 of file oct-mutex.h.


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