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) |
typedef std::list<octave_shlib>::const_iterator octave_shlib_list::const_iterator |
typedef std::list<octave_shlib>::iterator octave_shlib_list::iterator |
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] |