This is the complete list of members for cdef_object_base, including all inherited members.
| array_value(void) const | cdef_object_rep | inlinevirtual |
| break_closure_cycles(const std::shared_ptr< stack_frame > &) | cdef_object_rep | inlinevirtual |
| cdef_object_base(void) | cdef_object_base | inline |
| cdef_object_base(const cdef_object_base &obj) | cdef_object_base | inlineprotected |
| cdef_object_rep(void) | cdef_object_rep | inline |
| cdef_object_rep(const cdef_object_rep &) | cdef_object_rep | inlineprotected |
| class_name(void) const | cdef_object_rep | |
| clone(void) const | cdef_object_rep | inlinevirtual |
| copy(void) const | cdef_object_rep | inlinevirtual |
| destroy(void) | cdef_object_rep | inlinevirtual |
| dims(void) const | cdef_object_rep | inlinevirtual |
| empty_clone(void) const | cdef_object_base | inlinevirtual |
| err_invalid_object(const char *who) const | cdef_object_rep | inlineprivate |
| get(const std::string &) const | cdef_object_rep | inlinevirtual |
| get_class(void) const | cdef_object_base | virtual |
| get_property(octave_idx_type, const std::string &) const | cdef_object_rep | inlinevirtual |
| is_array(void) const | cdef_object_rep | inlinevirtual |
| is_constructed(void) const | cdef_object_rep | inlinevirtual |
| is_constructed_for(const cdef_class &) const | cdef_object_rep | inlinevirtual |
| is_handle_object(void) const | cdef_object_rep | inlinevirtual |
| is_meta_object(void) const | cdef_object_rep | inlinevirtual |
| is_partially_constructed_for(const cdef_class &) const | cdef_object_rep | inlinevirtual |
| is_valid(void) const | cdef_object_rep | inlinevirtual |
| is_value_object(void) const | cdef_object_rep | inlinevirtual |
| m_count | cdef_object_rep | protected |
| m_klass | cdef_object_base | private |
| make_array(void) const | cdef_object_base | virtual |
| map_keys(void) const | cdef_object_rep | virtual |
| mark_as_constructed(void) | cdef_object_rep | inlinevirtual |
| mark_as_constructed(const cdef_class &) | cdef_object_rep | inlinevirtual |
| mark_for_construction(const cdef_class &) | cdef_object_rep | inlinevirtual |
| operator=(const cdef_object_base &)=delete | cdef_object_base | |
| cdef_object_rep::operator=(const cdef_object_rep &)=delete | cdef_object_rep | |
| put(const std::string &, const octave_value &) | cdef_object_rep | inlinevirtual |
| release(const cdef_object &obj) | cdef_object_rep | |
| set_class(const cdef_class &cls) | cdef_object_base | virtual |
| set_property(octave_idx_type, const std::string &, const octave_value &) | cdef_object_rep | inlinevirtual |
| static_count(void) const | cdef_object_rep | inlinevirtual |
| subsasgn(const std::string &, const std::list< octave_value_list > &, const octave_value &) | cdef_object_rep | inlinevirtual |
| subsref(const std::string &, const std::list< octave_value_list > &, int, std::size_t &, const cdef_class &, bool) | cdef_object_rep | inlinevirtual |
| ~cdef_object_base(void) | cdef_object_base | inline |
| ~cdef_object_rep(void)=default | cdef_object_rep | virtual |