#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 46 of file oct-shlib.h.
|
inline |
Definition at line 127 of file oct-shlib.h.
|
inline |
Definition at line 129 of file oct-shlib.h.
|
inline |
Definition at line 132 of file oct-shlib.h.
|
inline |
Definition at line 140 of file oct-shlib.h.
|
inline |
Definition at line 189 of file oct-shlib.h.
|
inline |
Definition at line 168 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 201 of file oct-shlib.h.
|
inline |
Definition at line 198 of file oct-shlib.h.
Referenced by dynamic_loader::load_mex(), and dynamic_loader::load_oct().
|
inline |
Definition at line 195 of file oct-shlib.h.
Referenced by dynamic_loader::remove_oct().
|
inline |
Definition at line 165 of file oct-shlib.h.
References f.
Referenced by dynamic_loader::load_mex(), and dynamic_loader::load_oct().
|
inline |
Definition at line 163 of file oct-shlib.h.
|
inline |
Definition at line 146 of file oct-shlib.h.
References dynamic_library::dynlib_rep::m_count.
|
inline |
Definition at line 160 of file oct-shlib.h.
|
inline |
Definition at line 192 of file oct-shlib.h.
Referenced by dynamic_loader::remove_oct().
|
inline |
Definition at line 179 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 204 of file oct-shlib.h.