This is the complete list of members for cdef_object, including all inherited members.
array_value() const | cdef_object | inline |
break_closure_cycles(const std::shared_ptr< stack_frame > &frame) | cdef_object | inline |
cdef_object() | cdef_object | inline |
cdef_object(const cdef_object &obj) | cdef_object | inline |
cdef_object(cdef_object_rep *r) | cdef_object | inline |
class_name() const | cdef_object | inline |
clone() const | cdef_object | inline |
copy() const | cdef_object | inline |
dims() const | cdef_object | inline |
empty_clone() const | cdef_object | inline |
get(const std::string &pname) const | cdef_object | inline |
get_class() const | cdef_object | |
get_property(octave_idx_type idx, const std::string &pname) const | cdef_object | inline |
get_rep() const | cdef_object | inline |
get_rep() | cdef_object | inlineprotected |
is(const cdef_object &obj) const | cdef_object | inline |
is_array() const | cdef_object | inline |
is_constructed() const | cdef_object | inline |
is_constructed_for(const cdef_class &cls) const | cdef_object | inline |
is_handle_object() const | cdef_object | inline |
is_meta_object() const | cdef_object | inline |
is_partially_constructed_for(const cdef_class &cls) const | cdef_object | inline |
is_value_object() const | cdef_object | inline |
make_array() const | cdef_object | inline |
make_unique(int ignore_copies) | cdef_object | inlineprotected |
map_keys() const | cdef_object | inline |
map_value() const | cdef_object | |
mark_as_constructed() | cdef_object | inline |
mark_as_constructed(const cdef_class &cls) | cdef_object | inline |
mark_for_construction(const cdef_class &cls) | cdef_object | inline |
ok() const | cdef_object | inline |
operator=(const cdef_object &obj) | cdef_object | inline |
put(const std::string &pname, const octave_value &val) | cdef_object | inline |
set_class(const cdef_class &cls) | cdef_object | inline |
set_property(octave_idx_type idx, const std::string &pname, const octave_value &pval) | cdef_object | inline |
subsasgn(const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs, int ignore_copies=0) | cdef_object | inline |
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_object | inline |
~cdef_object() | cdef_object | inlinevirtual |