GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "defun-int.h"
Public Types | |
typedef void(* | close_hook )(const std::string &) |
typedef std::string(* | name_mangler )(const std::string &) |
Public Member Functions | |
octave_auto_shlib (void) | |
octave_auto_shlib (const octave_shlib &shl) | |
void | add (const std::string &name) |
void | close (close_hook cl_hook=0) |
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 | |
bool | operator== (const octave_shlib &sl) const |
bool | remove (const std::string &name) |
void * | search (const std::string &nm, name_mangler mangler=0) const |
octave_time | time_loaded (void) const |
Definition at line 66 of file defun-int.h.
|
inherited |
Definition at line 40 of file oct-shlib.h.
|
inherited |
Definition at line 39 of file oct-shlib.h.
|
inline |
Definition at line 69 of file defun-int.h.
|
inline |
Definition at line 71 of file defun-int.h.
|
inlineinherited |
Definition at line 169 of file oct-shlib.h.
|
inlineinherited |
Definition at line 152 of file oct-shlib.h.
Referenced by octave_shlib_list::do_remove().
|
inlineinherited |
Definition at line 181 of file oct-shlib.h.
Referenced by clear(), octave_dld_function::fcn_file_name(), and octave_mex_function::fcn_file_name().
Definition at line 178 of file oct-shlib.h.
Referenced by octave_dynamic_loader::do_load_mex(), and octave_dynamic_loader::do_load_oct().
Definition at line 175 of file oct-shlib.h.
Referenced by clear(), octave_dynamic_loader::do_remove_mex(), and octave_dynamic_loader::do_remove_oct().
|
inlineinherited |
Definition at line 149 of file oct-shlib.h.
Referenced by octave_dynamic_loader::do_load_mex(), and octave_dynamic_loader::do_load_oct().
|
inlineinherited |
Definition at line 147 of file oct-shlib.h.
|
inlineinherited |
Definition at line 144 of file oct-shlib.h.
References octave_shlib::rep.
|
inlineinherited |
Definition at line 172 of file oct-shlib.h.
Referenced by octave_dynamic_loader::do_remove_mex(), and octave_dynamic_loader::do_remove_oct().
|
inlineinherited |
Definition at line 160 of file oct-shlib.h.
References f.
Referenced by octave_dynamic_loader::do_load_mex(), and octave_dynamic_loader::do_load_oct().
|
inlineinherited |
Definition at line 184 of file oct-shlib.h.
Referenced by octave_dld_function::time_parsed(), and octave_mex_function::time_parsed().