#include "oct-shlib.h"
Classes | |
class | dynlib_rep |
Public Types | |
typedef std::function< std::string(const std::string &)> | name_mangler |
Public Member Functions | |
dynamic_library (const dynamic_library &sl) | |
dynamic_library (const std::string &f, bool fake=true) | |
dynamic_library (void) | |
~dynamic_library (void) | |
void | add (const std::string &name) |
std::list< std::string > | close (void) |
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 | |
dynamic_library & | operator= (const dynamic_library &sl) |
bool | operator== (const dynamic_library &sl) const |
bool | remove (const std::string &name) |
void * | search (const std::string &nm, const name_mangler &mangler=name_mangler()) const |
sys::time | time_loaded (void) const |
Private Attributes | |
dynlib_rep * | m_rep |
Static Private Attributes | |
static dynlib_rep | s_nil_rep |
Definition at line 41 of file oct-shlib.h.
typedef std::function<std::string (const std::string&)> octave::dynamic_library::name_mangler |
Definition at line 47 of file oct-shlib.h.
|
inline |
Definition at line 125 of file oct-shlib.h.
|
inline |
Definition at line 127 of file oct-shlib.h.
|
inline |
Definition at line 130 of file oct-shlib.h.
|
inline |
Definition at line 136 of file oct-shlib.h.
|
inline |
Definition at line 185 of file oct-shlib.h.
References name.
|
inline |
Definition at line 164 of file oct-shlib.h.
Referenced by octave::dynamic_loader::shlibs_list::remove(), and terminate_jvm().
|
inline |
Definition at line 197 of file oct-shlib.h.
Referenced by octave::dynamic_loader::clear(), octave_dld_function::fcn_file_name(), and octave_mex_function::fcn_file_name().
|
inline |
Definition at line 194 of file oct-shlib.h.
Referenced by octave::dynamic_loader::load_mex(), and octave::dynamic_loader::load_oct().
|
inline |
Definition at line 191 of file oct-shlib.h.
Referenced by octave::dynamic_loader::clear(), and octave::dynamic_loader::remove_oct().
|
inline |
Definition at line 161 of file oct-shlib.h.
References octave::f().
Referenced by octave::dynamic_loader::load_mex(), and octave::dynamic_loader::load_oct().
|
inline |
Definition at line 159 of file oct-shlib.h.
|
inline |
Definition at line 142 of file oct-shlib.h.
References octave::dynamic_library::dynlib_rep::m_count, and m_rep.
|
inline |
Definition at line 156 of file oct-shlib.h.
References m_rep.
|
inline |
Definition at line 188 of file oct-shlib.h.
References name.
Referenced by octave::dynamic_loader::remove_oct().
|
inline |
Definition at line 175 of file oct-shlib.h.
References octave::f().
Referenced by octave::sys::blas_version(), octave::initialize_gsvd(), initialize_jvm(), octave::sys::lapack_version(), octave::dynamic_loader::load_mex(), and octave::dynamic_loader::load_oct().
|
inline |
Definition at line 200 of file oct-shlib.h.
Referenced by octave_dld_function::time_parsed(), and octave_mex_function::time_parsed().
|
private |
Definition at line 205 of file oct-shlib.h.
Referenced by operator=(), and operator==().
|
staticprivate |
Definition at line 121 of file oct-shlib.h.