comparison libinterp/octave-value/ov-dld-fcn.h @ 30896:c9788d7f6e65

maint: Use "fcn" as preferred abbreviation for "function" in libinterp/. * __eigs__.cc, bsxfun.cc, cellfun.cc, daspk.cc, dasrt.cc, dassl.cc, data.cc, debug.cc, error.cc, graphics.cc, graphics.in.h, gzfstream.h, ls-hdf5.cc, lsode.cc, max.cc, oct-opengl.h, quad.cc, strfns.cc, utils.cc, utils.h, variables.cc, __ode15__.cc, gzip.cc, cdef-manager.cc, ov-fcn-handle.cc, ov-java.cc, ov-usr-fcn.cc, bp-table.cc, bp-table.h, lex.h, lex.ll, oct-parse.yy, pt-eval.cc: Replace "func", "fun", "fn" in documentation and variable names with "fcn".
author Rik <rik@octave.org>
date Tue, 05 Apr 2022 08:33:58 -0700
parents 4026b5fbc67d
children
comparison
equal deleted inserted replaced
30895:360d330cc30e 30896:c9788d7f6e65
61 const std::string& nm = "", 61 const std::string& nm = "",
62 const std::string& ds = ""); 62 const std::string& ds = "");
63 63
64 // No copying! 64 // No copying!
65 65
66 octave_dld_function (const octave_dld_function& fn) = delete; 66 octave_dld_function (const octave_dld_function& fcn) = delete;
67 67
68 octave_dld_function& operator = (const octave_dld_function& fn) = delete; 68 octave_dld_function& operator = (const octave_dld_function& fcn) = delete;
69 69
70 ~octave_dld_function (void); 70 ~octave_dld_function (void);
71 71
72 void mark_fcn_file_up_to_date (const octave::sys::time& t) 72 void mark_fcn_file_up_to_date (const octave::sys::time& t)
73 { m_time_checked = t; } 73 { m_time_checked = t; }