GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
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 79 of file oct-mutex.h.

Constructor & Destructor Documentation

◆ autolock()

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

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

◆ ~autolock()

autolock::~autolock ( )
inline

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

Member Function Documentation

◆ ok()

bool autolock::ok ( ) const
inline

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

◆ operator bool()

autolock::operator bool ( ) const
inline

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


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