GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
gh_manager::auto_lock Class Reference

#include "graphics.in.h"

Inheritance diagram for gh_manager::auto_lock:
Collaboration diagram for gh_manager::auto_lock:

Public Member Functions

 auto_lock (bool wait=true)
 
 auto_lock (const auto_lock &)=delete
 
bool ok (void) const
 
 operator bool (void) const
 
auto_lockoperator= (const auto_lock &)=delete
 

Detailed Description

Definition at line 6270 of file graphics.in.h.

Constructor & Destructor Documentation

◆ auto_lock() [1/2]

gh_manager::auto_lock::auto_lock ( bool  wait = true)
inline

Definition at line 6273 of file graphics.in.h.

◆ auto_lock() [2/2]

gh_manager::auto_lock::auto_lock ( const auto_lock )
delete

Member Function Documentation

◆ ok()

bool octave::autolock::ok ( void  ) const
inlineinherited

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

◆ operator bool()

octave::autolock::operator bool ( void  ) const
inlineinherited

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

◆ operator=()

auto_lock& gh_manager::auto_lock::operator= ( const auto_lock )
delete

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