#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) |
OCTAVE_API void | delete_later (void) |
std::string | file_name (void) const |
bool | is_out_of_date (void) const |
std::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 OCTAVE_API dynlib_rep | s_nil_rep |
Definition at line 41 of file oct-shlib.h.
typedef std::function<std::string (const std::string&)> dynamic_library::name_mangler |
Definition at line 46 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 138 of file oct-shlib.h.
|
inline |
Definition at line 187 of file oct-shlib.h.
|
inline |
Definition at line 166 of file oct-shlib.h.
Referenced by dynamic_loader::shlibs_list::remove().
void dynamic_library::delete_later | ( | void | ) |
Definition at line 65 of file oct-shlib.cc.
References possibly_unreferenced_dynamic_libraries.
|
inline |
Definition at line 199 of file oct-shlib.h.
Referenced by dynamic_loader::clear().
|
inline |
Definition at line 196 of file oct-shlib.h.
Referenced by dynamic_loader::load_mex(), and dynamic_loader::load_oct().
|
inline |
Definition at line 193 of file oct-shlib.h.
Referenced by dynamic_loader::clear(), and dynamic_loader::remove_oct().
|
inline |
Definition at line 163 of file oct-shlib.h.
References f.
Referenced by dynamic_loader::load_mex(), and dynamic_loader::load_oct().
|
inline |
Definition at line 161 of file oct-shlib.h.
|
inline |
Definition at line 144 of file oct-shlib.h.
References dynamic_library::dynlib_rep::m_count, and m_rep.
|
inline |
Definition at line 158 of file oct-shlib.h.
References m_rep.
|
inline |
Definition at line 190 of file oct-shlib.h.
Referenced by dynamic_loader::remove_oct().
|
inline |
Definition at line 177 of file oct-shlib.h.
References f.
Referenced by blas_version(), initialize_gsvd(), lapack_version(), dynamic_loader::load_mex(), dynamic_loader::load_oct(), and dynamic_loader::try_load_mex().
|
inline |
Definition at line 202 of file oct-shlib.h.
|
private |
Definition at line 207 of file oct-shlib.h.
Referenced by operator=(), and operator==().
|
staticprivate |
Definition at line 121 of file oct-shlib.h.