#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 > | errno_tbl |
Static Private Attributes | |
static octave_errno * | instance = nullptr |
Definition at line 37 of file oct-errno.h.
|
protected |
Definition at line 42 of file oct-errno.in.cc.
References errno_tbl, and name.
Referenced by instance_ok().
|
default |
|
inlinestatic |
Definition at line 50 of file oct-errno.h.
Referenced by instance_ok().
|
private |
Definition at line 328 of file oct-errno.in.cc.
References Array< T >::assign(), errno_tbl, and retval.
Referenced by list().
|
private |
Definition at line 322 of file oct-errno.in.cc.
References errno_tbl, and name.
Referenced by lookup().
|
inlinestatic |
Definition at line 56 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(), instance, and retval.
|
static |
Definition at line 316 of file oct-errno.in.cc.
References do_list(), instance, and instance_ok().
Referenced by Ferrno_list().
|
static |
Definition at line 310 of file oct-errno.in.cc.
References do_lookup(), instance, instance_ok(), and name.
Referenced by Ferrno().
|
inlinestatic |
|
private |
Definition at line 67 of file oct-errno.h.
Referenced by octave_errno(), do_list(), and do_lookup().
|
staticprivate |
Definition at line 69 of file oct-errno.h.
Referenced by instance_ok(), list(), and lookup().