#include "oct-errno.h"
Public Member Functions | |
~octave_errno ()=default | |
Static Public Member Functions | |
static void | cleanup_instance () |
static int | get () |
static bool | instance_ok () |
static octave_scalar_map | list () |
static int | lookup (const std::string &name) |
static int | set (int val) |
Protected Member Functions | |
octave_errno () | |
Definition at line 37 of file oct-errno.h.
|
protected |
Definition at line 42 of file oct-errno.cc.
Referenced by instance_ok().
|
default |
|
inlinestatic |
Definition at line 52 of file oct-errno.h.
Referenced by instance_ok().
|
inlinestatic |
Definition at line 59 of file oct-errno.h.
Referenced by octave::Ferrno().
|
static |
Definition at line 698 of file oct-errno.cc.
References octave_errno(), singleton_cleanup_list::add(), and cleanup_instance().
|
static |
Definition at line 718 of file oct-errno.cc.
References instance_ok().
Referenced by octave::Ferrno_list().
|
static |
Definition at line 712 of file oct-errno.cc.
References instance_ok().
Referenced by octave::Ferrno().
|
inlinestatic |
Definition at line 61 of file oct-errno.h.
Referenced by octave::Ferrno().