#include "cdef-object.h"
Public Member Functions | |
cdef_object_array () | |
cdef_object_array (const Array< cdef_object > &a) | |
~cdef_object_array ()=default | |
Array< cdef_object > | array_value () const |
cdef_object_rep * | clone () const |
dim_vector | dims () const |
octave_value | get_property (octave_idx_type idx, const std::string &pname) const |
bool | is_array () const |
bool | is_valid () const |
cdef_object_array & | operator= (const cdef_object_array &)=delete |
void | set_property (octave_idx_type idx, const std::string &pname, const octave_value &pval) |
octave_value | subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
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) |
Public Member Functions inherited from cdef_object_base | |
cdef_object_base () | |
~cdef_object_base () | |
cdef_object_rep * | empty_clone () const |
cdef_class | get_class () const |
cdef_object_rep * | make_array () const |
cdef_object_base & | operator= (const cdef_object_base &)=delete |
void | set_class (const cdef_class &cls) |
Public Member Functions inherited from cdef_object_rep | |
cdef_object_rep () | |
virtual | ~cdef_object_rep ()=default |
virtual void | break_closure_cycles (const std::shared_ptr< stack_frame > &) |
std::string | class_name () const |
virtual cdef_object_rep * | copy () const |
virtual void | destroy () |
virtual octave_value | get (const std::string &) const |
virtual bool | is_constructed () const |
virtual bool | is_constructed_for (const cdef_class &) const |
virtual bool | is_handle_object () const |
virtual bool | is_meta_object () const |
virtual bool | is_partially_constructed_for (const cdef_class &) const |
virtual bool | is_value_object () const |
virtual string_vector | map_keys () const |
virtual void | mark_as_constructed () |
virtual void | mark_as_constructed (const cdef_class &) |
virtual void | mark_for_construction (const cdef_class &) |
cdef_object_rep & | operator= (const cdef_object_rep &)=delete |
virtual void | put (const std::string &, const octave_value &) |
void | release (const cdef_object &obj) |
virtual octave_idx_type | static_count () const |
Additional Inherited Members | |
Protected Member Functions inherited from cdef_object_base | |
cdef_object_base (const cdef_object_base &obj) | |
Protected Member Functions inherited from cdef_object_rep | |
cdef_object_rep (const cdef_object_rep &) | |
Protected Attributes inherited from cdef_object_rep | |
refcount< octave_idx_type > | m_count |
Definition at line 391 of file cdef-object.h.
|
inline |
Definition at line 397 of file cdef-object.h.
|
inline |
Definition at line 399 of file cdef-object.h.
|
default |
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 418 of file cdef-object.h.
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 407 of file cdef-object.h.
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 412 of file cdef-object.h.
Referenced by subsref().
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 438 of file cdef-object.h.
References cdef_object::get().
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 416 of file cdef-object.h.
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 414 of file cdef-object.h.
|
delete |
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 429 of file cdef-object.h.
References cdef_object::put().
|
virtual |
Reimplemented from cdef_object_rep.
Definition at line 316 of file cdef-object.cc.
References cdef_object::array_value(), Array< T, Alloc >::assign(), cdef_object_rep::class_name(), cdef_object::class_name(), cdef_class::construct_object(), Array< T, Alloc >::dims(), error(), cdef_object::get_class(), cdef_object_base::get_class(), Array< T, Alloc >::index(), cdef_object::is(), cdef_object::is_array(), is_scalar(), octave_value_list::length(), cdef_object_rep::m_count, n, Array< T, Alloc >::numel(), cdef_object::ok(), ovl(), index_exception::set_pos_if_unset(), cdef_object::subsasgn(), to_cdef(), and to_ov().
|
virtual |
Reimplemented from cdef_object_rep.
Definition at line 216 of file cdef-object.cc.
References cdef_object_rep::class_name(), dims(), octave_value_list::empty(), error(), cdef_object_base::get_class(), Array< T, Alloc >::index(), is_scalar(), octave_value_list::length(), cdef_object_rep::m_count, n, Array< T, Alloc >::numel(), octave_value(), r, cdef_object::set_class(), index_exception::set_pos_if_unset(), and to_ov().