26 #if ! defined (octave_ov_mex_fcn_h)
27 #define octave_ov_mex_fcn_h 1
29 #include "octave-config.h"
56 : m_mex_fcn_ptr (nullptr), m_exit_fcn_ptr (nullptr), m_sh_lib (),
57 m_time_checked (), m_interleaved (false), m_is_fmex (false),
58 m_is_system_fcn_file (false)
62 const octave::dynamic_library& shl,
63 const std::string& nm =
"");
82 std::string fcn_file_name (
void)
const;
84 octave::sys::time time_parsed (
void)
const;
86 octave::sys::time
time_checked (
void)
const {
return m_time_checked; }
97 execute (octave::tree_evaluator& tw,
int nargout = 0,
100 void atexit (
void (*fcn) (
void)) { m_exit_fcn_ptr = fcn; }
102 octave::dynamic_library
get_shlib (
void)
const {
return m_sh_lib; }
106 bool is_fmex (
void)
const {
return m_is_fmex; }
112 void (*m_exit_fcn_ptr) (void);
bool is_builtin_function(void) const
const octave_function * function_value(bool=false) const
void * mex_fcn_ptr(void) const
void atexit(void(*fcn)(void))
bool m_is_system_fcn_file
void mark_fcn_file_up_to_date(const octave::sys::time &t)
octave_mex_function(const octave_mex_function &fcn)=delete
octave::sys::time m_time_checked
bool is_mex_function(void) const
octave_function * function_value(bool=false)
octave::dynamic_library m_sh_lib
octave::sys::time time_checked(void) const
bool use_interleaved_complex(void) const
bool is_system_fcn_file(void) const
octave::dynamic_library get_shlib(void) const
octave_mex_function(void)
tree_evaluator & operator=(const tree_evaluator &)=delete
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
FloatComplex(* fptr)(const FloatComplex &, float, int, octave_idx_type &)
#define DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA