#include "cdef-object.h"
Public Member Functions | |
cdef_object_base (void) | |
~cdef_object_base (void) | |
virtual Array< cdef_object > | array_value (void) const |
virtual void | break_closure_cycles (const std::shared_ptr< stack_frame > &) |
OCTINTERP_API std::string | class_name (void) const |
virtual cdef_object_rep * | clone (void) const |
virtual cdef_object_rep * | copy (void) const |
virtual void | destroy (void) |
virtual dim_vector | dims (void) const |
cdef_object_rep * | empty_clone (void) const |
virtual octave_value | get (const std::string &) const |
OCTINTERP_API cdef_class | get_class (void) const |
virtual octave_value | get_property (octave_idx_type, const std::string &) const |
virtual bool | is_array (void) const |
virtual bool | is_constructed (void) const |
virtual bool | is_constructed_for (const cdef_class &) const |
virtual bool | is_handle_object (void) const |
virtual bool | is_meta_object (void) const |
virtual bool | is_partially_constructed_for (const cdef_class &) const |
virtual bool | is_valid (void) const |
virtual bool | is_value_object (void) const |
OCTINTERP_API cdef_object_rep * | make_array (void) const |
virtual string_vector | map_keys (void) const |
virtual void | mark_as_constructed (const cdef_class &) |
virtual void | mark_as_constructed (void) |
virtual void | mark_for_construction (const cdef_class &) |
cdef_object_base & | operator= (const cdef_object_base &)=delete |
virtual void | put (const std::string &, const octave_value &) |
OCTINTERP_API void | release (const cdef_object &obj) |
OCTINTERP_API void | set_class (const cdef_class &cls) |
virtual void | set_property (octave_idx_type, const std::string &, const octave_value &) |
virtual octave_idx_type | static_count (void) const |
virtual octave_value | subsasgn (const std::string &, const std::list< octave_value_list > &, const octave_value &) |
virtual octave_value_list | subsref (const std::string &, const std::list< octave_value_list > &, int, std::size_t &, const cdef_class &, bool) |
Protected Member Functions | |
cdef_object_base (const cdef_object_base &obj) | |
Protected Attributes | |
refcount< octave_idx_type > | m_count |
Private Member Functions | |
OCTAVE_NORETURN void | err_invalid_object (const char *who) const |
Private Attributes | |
cdef_object | m_klass |
Definition at line 351 of file cdef-object.h.
|
inline |
Definition at line 357 of file cdef-object.h.
|
inline |
Definition at line 363 of file cdef-object.h.
|
inlineprotected |
Definition at line 379 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_array.
Definition at line 97 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_scalar.
Definition at line 121 of file cdef-object.h.
|
inherited |
Definition at line 120 of file cdef-object.cc.
References octave::cdef_object_rep::get_class(), and octave::cdef_class::get_name().
Referenced by octave::cdef_object_array::subsasgn(), and octave::cdef_object_array::subsref().
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_array, octave::handle_cdef_object, and octave::value_cdef_object.
Definition at line 69 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::cdef_class::cdef_class_rep, octave::cdef_method::cdef_method_rep, octave::handle_cdef_object, octave::value_cdef_object, octave::cdef_meta_object_rep, octave::cdef_package::cdef_package_rep, and octave::cdef_property::cdef_property_rep.
Definition at line 79 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::cdef_class::cdef_class_rep, and octave::cdef_package::cdef_package_rep.
Definition at line 178 of file cdef-object.h.
Referenced by octave::cdef_object_rep::release().
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_array, and octave::cdef_object_scalar.
Definition at line 182 of file cdef-object.h.
|
inlinevirtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 369 of file cdef-object.h.
|
inlineprivateinherited |
Definition at line 195 of file cdef-object.h.
References error().
Referenced by octave::cdef_object_rep::get_class().
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_scalar.
Definition at line 105 of file cdef-object.h.
|
virtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 189 of file cdef-object.cc.
References octave::cdef_class, and m_klass.
Referenced by octave::handle_cdef_object::~handle_cdef_object(), octave::value_cdef_object::~value_cdef_object(), octave::cdef_object_array::fill_empty_values(), make_array(), set_class(), octave::cdef_object_array::subsasgn(), octave::cdef_object_scalar::subsasgn(), octave::cdef_object_array::subsref(), and octave::cdef_object_scalar::subsref().
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_array, and octave::cdef_object_scalar.
Definition at line 116 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_array.
Definition at line 89 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_scalar.
Definition at line 171 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_scalar.
Definition at line 151 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::handle_cdef_object.
Definition at line 93 of file cdef-object.h.
Referenced by octave::cdef_object_rep::release(), and octave::cdef_object_scalar::subsasgn().
|
inlinevirtualinherited |
Reimplemented in octave::cdef_meta_object_rep.
Definition at line 95 of file cdef-object.h.
Referenced by octave::cdef_object_rep::release().
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_scalar.
Definition at line 156 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_array, octave::handle_cdef_object, and octave::value_cdef_object.
Definition at line 142 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::value_cdef_object.
Definition at line 91 of file cdef-object.h.
|
virtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 206 of file cdef-object.cc.
References get_class(), and octave::cdef_object_rep::set_class().
|
virtualinherited |
Definition at line 126 of file cdef-object.cc.
References octave::cdef_object_rep::get_class(), octave::cdef_class::get_names(), and octave::cdef_object::ok().
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_scalar.
Definition at line 166 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_scalar.
Definition at line 161 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_scalar.
Definition at line 146 of file cdef-object.h.
|
delete |
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_scalar.
Definition at line 102 of file cdef-object.h.
|
inherited |
Definition at line 44 of file cdef-object.cc.
References octave::__get_interpreter__(), octave::cdef_class::delete_object(), octave::cdef_object_rep::destroy(), octave::cdef_object_rep::get_class(), interpreter_try(), octave::cdef_object_rep::is_handle_object(), octave::cdef_object_rep::is_meta_object(), octave::cdef_object_rep::m_count, octave_interrupt_state, octave::action_container::protect_var(), quit_allowed, interpreter::recover_from_exception(), octave::cdef_object_rep::static_count(), and warning().
|
virtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 195 of file cdef-object.cc.
References get_class(), m_klass, and octave::cdef_object::ok().
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_array, and octave::cdef_object_scalar.
Definition at line 110 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::cdef_class::cdef_class_rep, and octave::cdef_package::cdef_package_rep.
Definition at line 176 of file cdef-object.h.
Referenced by octave::cdef_object_rep::release().
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_array, and octave::cdef_object_scalar.
Definition at line 134 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_array, and octave::cdef_object_scalar.
Definition at line 127 of file cdef-object.h.
|
protectedinherited |
Definition at line 187 of file cdef-object.h.
Referenced by octave::handle_cdef_object::clone(), octave::cdef_object::operator=(), octave::cdef_object_rep::release(), octave::cdef_object_array::subsasgn(), octave::cdef_object_scalar::subsasgn(), octave::cdef_object_array::subsref(), and octave::cdef_object_scalar::subsref().
|
private |
Definition at line 386 of file cdef-object.h.
Referenced by get_class(), and set_class().