#include "defun-int.h"
Public Types | |
typedef void(* | close_hook )(const std::string &) |
typedef std::string(* | name_mangler )(const std::string &) |
Public Member Functions | |
octave_auto_shlib (void) | |
octave_auto_shlib (const octave_shlib &shl) | |
void | add (const std::string &name) |
void | close (close_hook cl_hook=0) |
std::string | file_name (void) const |
bool | is_out_of_date (void) const |
size_t | number_of_functions_loaded (void) const |
void | open (const std::string &f) |
operator bool () const | |
bool | operator== (const octave_shlib &sl) const |
bool | remove (const std::string &name) |
void * | search (const std::string &nm, name_mangler mangler=0) const |
octave_time | time_loaded (void) const |
Definition at line 65 of file defun-int.h.
typedef void(* octave_shlib::close_hook)(const std::string &) [inherited] |
Definition at line 40 of file oct-shlib.h.
typedef std::string(* octave_shlib::name_mangler)(const std::string &) [inherited] |
Definition at line 39 of file oct-shlib.h.
octave_auto_shlib::octave_auto_shlib | ( | void | ) | [inline] |
Definition at line 68 of file defun-int.h.
octave_auto_shlib::octave_auto_shlib | ( | const octave_shlib & | shl | ) | [inline] |
Definition at line 70 of file defun-int.h.
void octave_shlib::add | ( | const std::string & | name | ) | [inline, inherited] |
Definition at line 169 of file oct-shlib.h.
void octave_shlib::close | ( | close_hook | cl_hook = 0 |
) | [inline, inherited] |
Definition at line 152 of file oct-shlib.h.
Referenced by octave_mex_file_list::do_remove(), and octave_shlib_list::do_remove().
std::string octave_shlib::file_name | ( | void | ) | const [inline, inherited] |
Definition at line 181 of file oct-shlib.h.
Referenced by clear(), octave_mex_function::fcn_file_name(), and octave_dld_function::fcn_file_name().
bool octave_shlib::is_out_of_date | ( | void | ) | const [inline, inherited] |
Definition at line 178 of file oct-shlib.h.
Referenced by octave_dynamic_loader::do_load_mex(), and octave_dynamic_loader::do_load_oct().
size_t octave_shlib::number_of_functions_loaded | ( | void | ) | const [inline, inherited] |
Definition at line 175 of file oct-shlib.h.
Referenced by clear(), octave_dynamic_loader::do_remove_mex(), and octave_dynamic_loader::do_remove_oct().
void octave_shlib::open | ( | const std::string & | f | ) | [inline, inherited] |
Definition at line 149 of file oct-shlib.h.
Referenced by octave_dynamic_loader::do_load_mex(), and octave_dynamic_loader::do_load_oct().
octave_shlib::operator bool | ( | void | ) | const [inline, inherited] |
Definition at line 147 of file oct-shlib.h.
bool octave_shlib::operator== | ( | const octave_shlib & | sl | ) | const [inline, inherited] |
Definition at line 144 of file oct-shlib.h.
References octave_shlib::rep.
bool octave_shlib::remove | ( | const std::string & | name | ) | [inline, inherited] |
Definition at line 172 of file oct-shlib.h.
Referenced by octave_dynamic_loader::do_remove_mex(), and octave_dynamic_loader::do_remove_oct().
void* octave_shlib::search | ( | const std::string & | nm, | |
name_mangler | mangler = 0 | |||
) | const [inline, inherited] |
Definition at line 160 of file oct-shlib.h.
References f.
Referenced by octave_dynamic_loader::do_load_mex(), and octave_dynamic_loader::do_load_oct().
octave_time octave_shlib::time_loaded | ( | void | ) | const [inline, inherited] |
Definition at line 184 of file oct-shlib.h.
Referenced by octave_mex_function::time_parsed(), and octave_dld_function::time_parsed().