#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 |
Definition at line 33 of file oct-errno.h.
octave_errno::octave_errno | ( | void | ) | [protected] |
octave_errno::~octave_errno | ( | void | ) | [inline] |
Definition at line 42 of file oct-errno.h.
static void octave_errno::cleanup_instance | ( | void | ) | [inline, static] |
Definition at line 46 of file oct-errno.h.
octave_scalar_map octave_errno::do_list | ( | void | ) | [private] |
int octave_errno::do_lookup | ( | const std::string & | name | ) | [private] |
static int octave_errno::get | ( | void | ) | [inline, static] |
Definition at line 52 of file oct-errno.h.
Referenced by DEFUNX().
static bool octave_errno::instance_ok | ( | void | ) | [static] |
static octave_scalar_map octave_errno::list | ( | void | ) | [static] |
Referenced by DEFUN().
Definition at line 54 of file oct-errno.h.
Referenced by DEFUNX().
std::map<std::string, int> octave_errno::errno_tbl [private] |
Definition at line 63 of file oct-errno.h.
octave_errno* octave_errno::instance [static, private] |
Definition at line 65 of file oct-errno.h.