Navigation

Operators and Keywords

Function List:

C++ API

octave_shlib_list Class Reference

Collaboration diagram for octave_shlib_list:

List of all members.

Public Types

typedef std::list
< octave_shlib >::iterator 
iterator
typedef std::list
< octave_shlib >
::const_iterator 
const_iterator

Static Public Member Functions

static void append (const octave_shlib &shl)
static void remove (octave_shlib &shl, octave_shlib::close_hook cl_hook=0)
static octave_shlib find_file (const std::string &file_name)
static void display (void)

Member Typedef Documentation


Member Function Documentation

void octave_shlib_list::append ( const octave_shlib shl  )  [static]
void octave_shlib_list::display ( void   )  [static]
octave_shlib octave_shlib_list::find_file ( const std::string &  file_name  )  [static]
void octave_shlib_list::remove ( octave_shlib shl,
octave_shlib::close_hook  cl_hook = 0 
) [static]

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