24 #if !defined (octave_oct_errno_h)
25 #define octave_oct_errno_h 1
44 static bool instance_ok (
void);
48 static int lookup (
const std::string& name);
52 static int get (void) {
return errno; }
54 static int set (
int val)
67 int do_lookup (
const std::string& name);
static void cleanup_instance(void)
static octave_errno * instance
octave_idx_type lookup(const T *x, octave_idx_type n, T y)
std::map< std::string, int > errno_tbl