43 "mex function",
"mex function");
47 const std::string& nm)
49 have_fmex (fmex), sh_lib (shl)
51 mark_fcn_file_up_to_date (time_parsed ());
56 = (! file_name.empty ()
82 const std::list<octave_value_list>& idx,
91 int tmp_nargout = (type.length () > 1 && nargout == 0) ? 1 : nargout;
101 error (
"%s cannot be indexed with %c", nm.c_str (), type[0]);
120 retval = retval(0).next_subsref (nargout, type, idx);
140 ::
error (
"invalid use of colon in function argument list");
155 catch (octave_execution_exception)