#include "cdef-object.h"
Public Member Functions | |
cdef_object_array (const Array< cdef_object > &a) | |
cdef_object_array (void) | |
~cdef_object_array (void)=default | |
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 |
cdef_object_rep * | clone (void) const |
virtual cdef_object_rep * | copy (void) const |
virtual void | destroy (void) |
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 |
octave_value | get_property (octave_idx_type idx, const std::string &pname) const |
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 |
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_array & | operator= (const cdef_object_array &)=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) |
void | set_property (octave_idx_type idx, const std::string &pname, const octave_value &pval) |
virtual octave_idx_type | static_count (void) const |
OCTINTERP_API octave_value | subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
OCTINTERP_API octave_value_list | 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) |
Protected Attributes | |
refcount< octave_idx_type > | m_count |
Private Member Functions | |
cdef_object_array (const cdef_object_array &obj) | |
OCTAVE_NORETURN void | err_invalid_object (const char *who) const |
OCTINTERP_API void | fill_empty_values (Array< cdef_object > &arr) |
void | fill_empty_values (void) |
Private Attributes | |
Array< cdef_object > | m_array |
cdef_object | m_klass |
Definition at line 389 of file cdef-object.h.
|
inline |
Definition at line 395 of file cdef-object.h.
|
inline |
Definition at line 397 of file cdef-object.h.
|
default |
|
inlineprivate |
Definition at line 452 of file cdef-object.h.
|
inlinevirtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 416 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 subsasgn(), and subsref().
|
inlinevirtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 405 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().
|
inlinevirtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 410 of file cdef-object.h.
Referenced by subsref().
|
inlinevirtualinherited |
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().
|
private |
Definition at line 479 of file cdef-object.cc.
References octave::cdef_class::construct_object(), octave::cdef_object::copy(), octave::cdef_object_base::get_class(), Array< T, Alloc >::numel(), octave::cdef_object::ok(), and Array< T, Alloc >::xelem().
|
inlineprivate |
Definition at line 447 of file cdef-object.h.
References fill_empty_values().
Referenced by fill_empty_values(), subsasgn(), and subsref().
|
inlinevirtualinherited |
Reimplemented in octave::cdef_object_scalar.
Definition at line 105 of file cdef-object.h.
|
virtualinherited |
Reimplemented from octave::cdef_object_rep.
Definition at line 189 of file cdef-object.cc.
References octave::cdef_class, and octave::cdef_object_base::m_klass.
Referenced by octave::handle_cdef_object::~handle_cdef_object(), octave::value_cdef_object::~value_cdef_object(), fill_empty_values(), octave::cdef_object_base::make_array(), octave::cdef_object_base::set_class(), subsasgn(), octave::cdef_object_scalar::subsasgn(), subsref(), and octave::cdef_object_scalar::subsref().
|
inlinevirtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 436 of file cdef-object.h.
References octave::cdef_object::get().
|
inlinevirtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 414 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.
|
inlinevirtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 412 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in octave::value_cdef_object.
Definition at line 91 of file cdef-object.h.
|
virtualinherited |
Reimplemented from octave::cdef_object_rep.
Definition at line 206 of file cdef-object.cc.
References octave::cdef_object_base::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().
|
virtualinherited |
Reimplemented from octave::cdef_object_rep.
Definition at line 195 of file cdef-object.cc.
References octave::cdef_object_base::get_class(), octave::cdef_object_base::m_klass, and octave::cdef_object::ok().
|
inlinevirtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 427 of file cdef-object.h.
References octave::cdef_object::put().
|
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().
|
virtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 316 of file cdef-object.cc.
References octave::cdef_object::array_value(), octave::cdef_object_rep::class_name(), octave::cdef_object::class_name(), octave::cdef_class::construct_object(), error(), fill_empty_values(), octave::cdef_object::get_class(), octave::cdef_object_base::get_class(), octave::cdef_object::is(), octave::cdef_object::is_array(), is_scalar(), octave_value_list::length(), m_array, octave::cdef_object_rep::m_count, Array< T, Alloc >::numel(), octave::cdef_object::ok(), ovl(), octave::index_exception::set_pos_if_unset(), octave::cdef_object::subsasgn(), octave::to_cdef(), and octave::to_ov().
|
virtual |
Reimplemented from octave::cdef_object_rep.
Definition at line 216 of file cdef-object.cc.
References octave::cdef_object_rep::class_name(), dims(), octave_value_list::empty(), error(), fill_empty_values(), octave::cdef_object_base::get_class(), is_scalar(), octave_value_list::length(), m_array, octave::cdef_object_rep::m_count, octave_value(), octave::cdef_object::set_class(), octave::index_exception::set_pos_if_unset(), and octave::to_ov().
|
private |
Definition at line 445 of file cdef-object.h.
Referenced by subsasgn(), and subsref().
|
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(), subsasgn(), octave::cdef_object_scalar::subsasgn(), subsref(), and octave::cdef_object_scalar::subsref().
|
privateinherited |
Definition at line 386 of file cdef-object.h.
Referenced by octave::cdef_object_base::get_class(), and octave::cdef_object_base::set_class().