#include "oct-errno.h"
Public Member Functions | |
~octave_errno (void)=default | |
Static Public Member Functions | |
static void | cleanup_instance (void) |
static int | get (void) |
static bool | instance_ok (void) |
static octave_scalar_map | list (void) |
static int | lookup (const std::string &name) |
static int | set (int val) |
Protected Member Functions | |
octave_errno (void) | |
Private Member Functions | |
octave_scalar_map | do_list (void) |
int | do_lookup (const std::string &name) |
Private Attributes | |
std::map< std::string, int > | m_errno_tbl |
Static Private Attributes | |
static octave_errno * | s_instance = nullptr |
Definition at line 37 of file oct-errno.h.
|
protected |
|
default |
|
inlinestatic |
Definition at line 50 of file oct-errno.h.
Referenced by instance_ok().
|
private |
Definition at line 329 of file oct-errno.in.cc.
References octave_scalar_map::assign(), and m_errno_tbl.
Referenced by list().
|
private |
|
inlinestatic |
Definition at line 57 of file oct-errno.h.
Referenced by Ferrno().
|
static |
Definition at line 296 of file oct-errno.in.cc.
References octave_errno(), singleton_cleanup_list::add(), cleanup_instance(), and s_instance.
|
static |
Definition at line 316 of file oct-errno.in.cc.
References do_list(), instance_ok(), and s_instance.
Referenced by Ferrno_list().
|
static |
Definition at line 310 of file oct-errno.in.cc.
References do_lookup(), instance_ok(), and s_instance.
Referenced by Ferrno().
|
inlinestatic |
Definition at line 59 of file oct-errno.h.
Referenced by Ferrno().
|
private |
Definition at line 74 of file oct-errno.h.
Referenced by octave_errno(), do_list(), and do_lookup().
|
staticprivate |
Definition at line 76 of file oct-errno.h.
Referenced by instance_ok(), list(), and lookup().