GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-errno.h"
Public Member Functions | |
~octave_errno (void) | |
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 = 0 |
Definition at line 33 of file oct-errno.h.
|
protected |
|
inline |
Definition at line 42 of file oct-errno.h.
|
inlinestatic |
Definition at line 46 of file oct-errno.h.
Referenced by instance_ok().
|
private |
Definition at line 735 of file oct-errno.cc.
References octave_scalar_map::assign(), and errno_tbl.
Referenced by list().
|
private |
|
inlinestatic |
Definition at line 52 of file oct-errno.h.
Referenced by Ferrno().
|
static |
Definition at line 694 of file oct-errno.cc.
References singleton_cleanup_list::add(), cleanup_instance(), error(), instance, and octave_errno().
|
static |
Definition at line 723 of file oct-errno.cc.
References do_list(), instance, and instance_ok().
Referenced by Ferrno_list().
|
static |
Definition at line 717 of file oct-errno.cc.
References do_lookup(), instance, and instance_ok().
Referenced by Ferrno().
Definition at line 54 of file oct-errno.h.
Referenced by Ferrno().
|
private |
Definition at line 63 of file oct-errno.h.
Referenced by do_list(), do_lookup(), and octave_errno().
|
staticprivate |
Definition at line 65 of file oct-errno.h.
Referenced by instance_ok(), list(), and lookup().