#include <oct-shlib.h>
Inherited by octave_base_shlib.
typedef void(* octave_shlib::close_hook)(const std::string &) |
typedef std::string(* octave_shlib::name_mangler)(const std::string &) |
octave_shlib::octave_shlib | ( | void | ) | [inline] |
octave_shlib::octave_shlib | ( | const std::string & | f | ) | [inline] |
virtual octave_shlib::~octave_shlib | ( | void | ) | [inline, virtual] |
octave_shlib::octave_shlib | ( | const octave_shlib & | sl | ) | [inline] |
octave_shlib::octave_shlib | ( | const octave_xshlib & | ) | [inline, protected] |
virtual void octave_shlib::close | ( | close_hook | cl_hook = 0 |
) | [inline, virtual] |
Reimplemented in octave_base_shlib.
virtual std::string octave_shlib::file_name | ( | void | ) | const [inline, virtual] |
Reimplemented in octave_base_shlib.
virtual bool octave_shlib::is_open | ( | void | ) | const [inline, protected, virtual] |
Reimplemented in octave_base_shlib.
virtual bool octave_shlib::is_out_of_date | ( | void | ) | const [inline, virtual] |
Reimplemented in octave_base_shlib.
bool octave_shlib::is_relative | ( | void | ) | const [inline] |
octave_shlib * octave_shlib::make_shlib | ( | void | ) | [static, protected] |
void octave_shlib::mark_relative | ( | void | ) | [inline] |
virtual size_t octave_shlib::number_of_functions_loaded | ( | void | ) | const [inline, virtual] |
Reimplemented in octave_base_shlib.
virtual void octave_shlib::open | ( | const std::string & | f | ) | [inline, virtual] |
Reimplemented in octave_base_shlib.
octave_shlib::operator bool | ( | void | ) | const [inline] |
octave_shlib& octave_shlib::operator= | ( | const octave_shlib & | sl | ) | [inline] |
bool octave_shlib::operator== | ( | const octave_shlib & | sl | ) | const [inline] |
virtual bool octave_shlib::remove | ( | const std::string & | fcn_name | ) | [inline, virtual] |
Reimplemented in octave_base_shlib.
virtual void* octave_shlib::search | ( | const std::string & | nm, | |
name_mangler | mangler = 0 | |||
) | [inline, virtual] |
Reimplemented in octave_base_shlib.
virtual octave_time octave_shlib::time_loaded | ( | void | ) | const [inline, virtual] |
Reimplemented in octave_base_shlib.
union { ... } [protected] |
bool octave_shlib::relative [protected] |