GNU Octave  4.4.1
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(void) constcdef_objectinline
cdef_object(void)cdef_objectinline
cdef_object(const cdef_object &obj)cdef_objectinline
cdef_object(cdef_object_rep *r)cdef_objectinline
class_name(void) constcdef_objectinline
clone(void) constcdef_objectinline
copy(void) constcdef_objectinline
dims(void) constcdef_objectinline
empty_clone(void) constcdef_objectinline
get(const std::string &pname) constcdef_objectinline
get_class(void) constcdef_objectinline
get_property(octave_idx_type idx, const std::string &pname) constcdef_objectinline
get_rep(void) constcdef_objectinline
get_rep(void)cdef_objectinlineprotected
is(const cdef_object &obj) constcdef_objectinline
is_array(void) constcdef_objectinline
is_constructed(void) constcdef_objectinline
is_constructed_for(const cdef_class &cls) constcdef_objectinline
is_handle_object(void) constcdef_objectinline
is_meta_object(void) constcdef_objectinline
is_partially_constructed_for(const cdef_class &cls) constcdef_objectinline
is_value_object(void) constcdef_objectinline
make_array(void) constcdef_objectinline
make_unique(int ignore_copies)cdef_objectinlineprotected
map_keys(void) constcdef_objectinline
map_value(void) constcdef_object
mark_as_constructed(void)cdef_objectinline
mark_as_constructed(const cdef_class &cls)cdef_objectinline
mark_for_construction(const cdef_class &cls)cdef_objectinline
ok(void) constcdef_objectinline
operator=(const cdef_object &obj)cdef_objectinline
put(const std::string &pname, const octave_value &val)cdef_objectinline
repcdef_objectprivate
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, size_t &skip, const cdef_class &context, bool auto_add=false)cdef_objectinline
~cdef_object(void)cdef_objectinlinevirtual