GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Member Functions | List of all members
gh_manager::auto_lock Class Reference

#include "graphics.h"

Inheritance diagram for gh_manager::auto_lock:
Inheritance graph
[legend]
Collaboration diagram for gh_manager::auto_lock:
Collaboration graph
[legend]

Public Member Functions

 auto_lock (bool wait=true)
 
 auto_lock (bool wait=true)
 
bool ok (void) const
 
 operator bool (void) const
 

Private Member Functions

 auto_lock (const auto_lock &)
 
 auto_lock (const auto_lock &)
 
auto_lockoperator= (const auto_lock &)
 
auto_lockoperator= (const auto_lock &)
 

Detailed Description

Definition at line 13385 of file graphics.h.

Constructor & Destructor Documentation

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

Definition at line 13388 of file graphics.h.

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

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

gh_manager::auto_lock::auto_lock ( const auto_lock )
private

Member Function Documentation

bool octave_autolock::ok ( void  ) const
inlineinherited

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

octave_autolock::operator bool ( void  ) const
inlineinherited

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

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

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