GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
cdef_object Member List

This is the complete list of members for cdef_object, including all inherited members.

array_value() constcdef_objectinline
break_closure_cycles(const std::shared_ptr< stack_frame > &frame)cdef_objectinline
cdef_object()cdef_objectinline
cdef_object(const cdef_object &obj)cdef_objectinline
cdef_object(cdef_object_rep *r)cdef_objectinline
class_name() constcdef_objectinline
clone() constcdef_objectinline
copy() constcdef_objectinline
dims() constcdef_objectinline
empty_clone() constcdef_objectinline
get(const std::string &pname) constcdef_objectinline
get_class() constcdef_object
get_property(octave_idx_type idx, const std::string &pname) constcdef_objectinline
get_rep() constcdef_objectinline
get_rep()cdef_objectinlineprotected
is(const cdef_object &obj) constcdef_objectinline
is_array() constcdef_objectinline
is_constructed() constcdef_objectinline
is_constructed_for(const cdef_class &cls) constcdef_objectinline
is_handle_object() constcdef_objectinline
is_meta_object() constcdef_objectinline
is_partially_constructed_for(const cdef_class &cls) constcdef_objectinline
is_value_object() constcdef_objectinline
make_array() constcdef_objectinline
make_unique(int ignore_copies)cdef_objectinlineprotected
map_keys() constcdef_objectinline
map_value() constcdef_object
mark_as_constructed()cdef_objectinline
mark_as_constructed(const cdef_class &cls)cdef_objectinline
mark_for_construction(const cdef_class &cls)cdef_objectinline
ok() constcdef_objectinline
operator=(const cdef_object &obj)cdef_objectinline
put(const std::string &pname, const octave_value &val)cdef_objectinline
set_class(const cdef_class &cls)cdef_objectinline
set_property(octave_idx_type idx, const std::string &pname, const octave_value &pval)cdef_objectinline
subsasgn(const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs, int ignore_copies=0)cdef_objectinline
subsref(const std::string &type, const std::list< octave_value_list > &idx, int nargout, std::size_t &skip, const cdef_class &context, bool auto_add=false)cdef_objectinline
~cdef_object()cdef_objectinlinevirtual