#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 () | |
dynamic_library (const dynamic_library &sl) | |
dynamic_library (const std::string &f, bool fake=true) | |
~dynamic_library () | |
void | add (const std::string &name) |
std::list< std::string > | close () |
void | delete_later () |
std::string | file_name () const |
bool | is_out_of_date () const |
std::size_t | number_of_functions_loaded () 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 () const |
Definition at line 41 of file oct-shlib.h.
typedef std::function<std::string (const std::string&)> dynamic_library::name_mangler |
Definition at line 45 of file oct-shlib.h.
|
inline |
Definition at line 126 of file oct-shlib.h.
|
inline |
Definition at line 128 of file oct-shlib.h.
|
inline |
Definition at line 131 of file oct-shlib.h.
|
inline |
Definition at line 139 of file oct-shlib.h.
|
inline |
Definition at line 188 of file oct-shlib.h.
|
inline |
Definition at line 167 of file oct-shlib.h.
void dynamic_library::delete_later | ( | ) |
Definition at line 66 of file oct-shlib.cc.
References possibly_unreferenced_dynamic_libraries.
|
inline |
Definition at line 200 of file oct-shlib.h.
|
inline |
Definition at line 197 of file oct-shlib.h.
Referenced by dynamic_loader::load_mex(), and dynamic_loader::load_oct().
|
inline |
Definition at line 194 of file oct-shlib.h.
Referenced by dynamic_loader::remove_oct().
|
inline |
Definition at line 164 of file oct-shlib.h.
References f.
Referenced by dynamic_loader::load_mex(), and dynamic_loader::load_oct().
|
inline |
Definition at line 162 of file oct-shlib.h.
|
inline |
Definition at line 145 of file oct-shlib.h.
References dynamic_library::dynlib_rep::m_count.
|
inline |
Definition at line 159 of file oct-shlib.h.
|
inline |
Definition at line 191 of file oct-shlib.h.
Referenced by dynamic_loader::remove_oct().
|
inline |
Definition at line 178 of file oct-shlib.h.
References f.
Referenced by blas_version(), lapack_version(), dynamic_loader::load_mex(), and dynamic_loader::load_oct().
|
inline |
Definition at line 203 of file oct-shlib.h.