Home
last modified time | relevance | path

Searched refs:is_classdef_method (Results 1 – 5 of 5) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-fcn.h120 return (is_classdef_method (cname) || is_legacy_method (cname));
134 virtual bool is_classdef_method (const std::string& = "") const
H A Dov-classdef.h226 bool is_classdef_method (const std::string& cname = "") const;
H A Dov-usr-fcn.h375 bool is_classdef_method (const std::string& cname = "") const
H A Dov-classdef.cc404 bool octave_classdef_meta::is_classdef_method (const std::string& cname) const in is_classdef_method() function in octave_classdef_meta
/dports/math/octave/octave-6.4.0/
H A DChangeLog5887 new octave_classdef_meta::is_classdef_method function
5890 (octave_classdef_meta::is_classdef_method): New function.