#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 353 of file cdef-object.h.
|
inline |
Definition at line 359 of file cdef-object.h.
|
inline |
Definition at line 365 of file cdef-object.h.
|
inlineprotected |
Definition at line 381 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in cdef_object_array.
Definition at line 97 of file cdef-object.h.
Referenced by cdef_object::array_value().
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar.
Definition at line 121 of file cdef-object.h.
Referenced by cdef_object::break_closure_cycles().
|
inherited |
Definition at line 120 of file cdef-object.cc.
References cdef_object_rep::get_class(), and cdef_class::get_name().
Referenced by cdef_object::class_name(), cdef_object_array::subsasgn(), and cdef_object_array::subsref().
|
inlinevirtualinherited |
Reimplemented in value_cdef_object, handle_cdef_object, and cdef_object_array.
Definition at line 69 of file cdef-object.h.
Referenced by cdef_object::clone().
|
inlinevirtualinherited |
Reimplemented in cdef_property::cdef_property_rep, cdef_package::cdef_package_rep, cdef_meta_object_rep, value_cdef_object, handle_cdef_object, cdef_method::cdef_method_rep, and cdef_class::cdef_class_rep.
Definition at line 79 of file cdef-object.h.
Referenced by cdef_object::copy().
|
inlinevirtualinherited |
Reimplemented in cdef_package::cdef_package_rep, and cdef_class::cdef_class_rep.
Definition at line 178 of file cdef-object.h.
Referenced by cdef_object_rep::release().
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar, and cdef_object_array.
Definition at line 182 of file cdef-object.h.
Referenced by cdef_object::dims().
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 371 of file cdef-object.h.
|
inlineprivateinherited |
Definition at line 195 of file cdef-object.h.
References error().
Referenced by cdef_object_rep::get_class().
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar.
Definition at line 105 of file cdef-object.h.
Referenced by cdef_object::get().
|
virtual |
Reimplemented from cdef_object_rep.
Definition at line 189 of file cdef-object.cc.
References cdef_class, and m_klass.
Referenced by handle_cdef_object::~handle_cdef_object(), value_cdef_object::~value_cdef_object(), cdef_object_array::fill_empty_values(), make_array(), set_class(), cdef_object_array::subsasgn(), cdef_object_scalar::subsasgn(), cdef_object_array::subsref(), and cdef_object_scalar::subsref().
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar, and cdef_object_array.
Definition at line 116 of file cdef-object.h.
Referenced by cdef_object::get_property().
|
inlinevirtualinherited |
Reimplemented in cdef_object_array.
Definition at line 89 of file cdef-object.h.
Referenced by cdef_object::is_array().
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar.
Definition at line 171 of file cdef-object.h.
Referenced by cdef_object::is_constructed().
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar.
Definition at line 151 of file cdef-object.h.
Referenced by cdef_object::is_constructed_for().
|
inlinevirtualinherited |
Reimplemented in handle_cdef_object.
Definition at line 93 of file cdef-object.h.
Referenced by cdef_object::is_handle_object(), cdef_object_rep::release(), and cdef_object_scalar::subsasgn().
|
inlinevirtualinherited |
Reimplemented in cdef_meta_object_rep.
Definition at line 95 of file cdef-object.h.
Referenced by cdef_object::is_meta_object(), and cdef_object_rep::release().
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar.
Definition at line 156 of file cdef-object.h.
Referenced by cdef_object::is_partially_constructed_for().
|
inlinevirtualinherited |
Reimplemented in value_cdef_object, handle_cdef_object, and cdef_object_array.
Definition at line 142 of file cdef-object.h.
Referenced by cdef_object::ok().
|
inlinevirtualinherited |
Reimplemented in value_cdef_object.
Definition at line 91 of file cdef-object.h.
Referenced by cdef_object::is_value_object().
|
virtual |
Reimplemented from cdef_object_rep.
Definition at line 206 of file cdef-object.cc.
References get_class(), and r.
|
virtualinherited |
Definition at line 126 of file cdef-object.cc.
References cdef_object_rep::get_class(), cdef_class::get_names(), and cdef_object::ok().
Referenced by cdef_object::map_keys().
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar.
Definition at line 166 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar.
Definition at line 161 of file cdef-object.h.
Referenced by cdef_object::mark_as_constructed().
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar.
Definition at line 146 of file cdef-object.h.
Referenced by cdef_object::mark_for_construction().
|
delete |
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar.
Definition at line 102 of file cdef-object.h.
Referenced by cdef_object::put().
|
inherited |
Definition at line 44 of file cdef-object.cc.
References __get_interpreter__(), cdef_class::delete_object(), cdef_object_rep::destroy(), cdef_object_rep::get_class(), interpreter_try(), cdef_object_rep::is_handle_object(), cdef_object_rep::is_meta_object(), cdef_object_rep::m_count, octave_interrupt_state, action_container::protect_var(), quit_allowed, interpreter::recover_from_exception(), cdef_object_rep::static_count(), and warning().
Referenced by cdef_object::~cdef_object(), and cdef_object::operator=().
|
virtual |
Reimplemented from cdef_object_rep.
Definition at line 195 of file cdef-object.cc.
References get_class(), m_klass, and cdef_object::ok().
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar, and cdef_object_array.
Definition at line 110 of file cdef-object.h.
Referenced by cdef_object::set_property().
|
inlinevirtualinherited |
Reimplemented in cdef_package::cdef_package_rep, and cdef_class::cdef_class_rep.
Definition at line 176 of file cdef-object.h.
Referenced by cdef_object_rep::release().
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar, and cdef_object_array.
Definition at line 134 of file cdef-object.h.
Referenced by cdef_object::subsasgn().
|
inlinevirtualinherited |
Reimplemented in cdef_object_scalar, and cdef_object_array.
Definition at line 127 of file cdef-object.h.
Referenced by cdef_object::subsref().
|
protectedinherited |
Definition at line 187 of file cdef-object.h.
Referenced by cdef_object::cdef_object(), handle_cdef_object::clone(), cdef_object::make_unique(), cdef_object::operator=(), cdef_object_rep::release(), cdef_object_array::subsasgn(), cdef_object_scalar::subsasgn(), cdef_object_array::subsref(), and cdef_object_scalar::subsref().
|
private |
Definition at line 388 of file cdef-object.h.
Referenced by get_class(), and set_class().