Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes

octave_errno Class Reference

#include "oct-errno.h"

Collaboration diagram for octave_errno:
Collaboration graph
[legend]

List of all members.

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, interrno_tbl

Static Private Attributes

static octave_errnoinstance

Detailed Description

Definition at line 33 of file oct-errno.h.


Constructor & Destructor Documentation

octave_errno::octave_errno ( void   )  [protected]
octave_errno::~octave_errno ( void   )  [inline]

Definition at line 42 of file oct-errno.h.


Member Function Documentation

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().

static int octave_errno::lookup ( const std::string &  name  )  [static]

Referenced by DEFUNX().

static int octave_errno::set ( int  val  )  [inline, static]

Definition at line 54 of file oct-errno.h.

Referenced by DEFUNX().


Member Data Documentation

std::map<std::string, int> octave_errno::errno_tbl [private]

Definition at line 63 of file oct-errno.h.

Definition at line 65 of file oct-errno.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines