Public Member Functions | |
cdef_package_rep (void) | |
~cdef_package_rep (void)=default | |
virtual Array< cdef_object > | array_value (void) const |
void | break_closure_cycles (const std::shared_ptr< stack_frame > &frame) |
OCTINTERP_API std::string | class_name (void) const |
cdef_object_rep * | clone (void) const |
cdef_object_rep * | copy (void) const |
void | destroy (void) |
dim_vector | dims (void) const |
cdef_object_rep * | empty_clone (void) const |
OCTINTERP_API octave_value | find (const std::string &nm) |
octave_value | get (const std::string &pname) const |
OCTINTERP_API cdef_class | get_class (void) const |
OCTINTERP_API Cell | get_classes (void) const |
OCTINTERP_API Cell | get_functions (void) const |
std::string | get_name (void) const |
OCTINTERP_API Cell | get_packages (void) const |
octave_value | get_property (octave_idx_type idx, const std::string &pname) const |
OCTINTERP_API void | install_class (const cdef_class &cls, const std::string &nm) |
OCTINTERP_API void | install_function (const octave_value &fcn, const std::string &nm) |
OCTINTERP_API void | install_package (const cdef_package &pack, const std::string &nm) |
virtual bool | is_array (void) const |
virtual bool | is_class (void) const |
bool | is_constructed (void) const |
OCTINTERP_API bool | is_constructed_for (const cdef_class &cls) const |
bool | is_handle_object (void) const |
bool | is_meta_object (void) const |
virtual bool | is_method (void) const |
bool | is_package (void) const |
OCTINTERP_API bool | is_partially_constructed_for (const cdef_class &cls) const |
virtual bool | is_property (void) 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 |
OCTINTERP_API void | mark_as_constructed (const cdef_class &cls) |
void | mark_as_constructed (void) |
OCTINTERP_API void | mark_for_construction (const cdef_class &) |
bool | meta_accepts_postfix_index (char type) const |
OCTINTERP_API void | meta_release (void) |
OCTINTERP_API octave_value_list | meta_subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout) |
cdef_package_rep & | operator= (const cdef_package_rep &)=delete |
void | put (const std::string &pname, const octave_value &val) |
OCTINTERP_API void | release (const cdef_object &obj) |
OCTINTERP_API void | set_class (const cdef_class &cls) |
void | set_name (const std::string &nm) |
void | set_property (octave_idx_type idx, const std::string &pname, const octave_value &pval) |
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 |
std::map< cdef_class, std::list< cdef_class > > | m_ctor_list |
octave_scalar_map | m_map |
Private Types | |
typedef std::map< std::string, cdef_class >::const_iterator | class_const_iterator |
typedef std::map< std::string, cdef_class >::iterator | class_iterator |
typedef std::map< std::string, octave_value >::const_iterator | function_const_iterator |
typedef std::map< std::string, octave_value >::iterator | function_iterator |
typedef std::map< std::string, cdef_package >::const_iterator | package_const_iterator |
typedef std::map< std::string, cdef_package >::iterator | package_iterator |
Private Member Functions | |
cdef_package_rep (const cdef_package_rep &p) | |
OCTAVE_NORETURN void | err_invalid_object (const char *who) const |
cdef_package | wrap (void) |
Private Attributes | |
std::map< std::string, cdef_class > | m_class_map |
std::string | m_full_name |
std::map< std::string, octave_value > | m_function_map |
cdef_object | m_klass |
octave_idx_type | m_member_count |
std::map< std::string, cdef_package > | m_package_map |
Definition at line 53 of file cdef-package.h.
|
private |
Definition at line 130 of file cdef-package.h.
|
private |
Definition at line 129 of file cdef-package.h.
|
private |
Definition at line 133 of file cdef-package.h.
|
private |
Definition at line 131 of file cdef-package.h.
|
private |
Definition at line 136 of file cdef-package.h.
|
private |
Definition at line 134 of file cdef-package.h.
|
inline |
Definition at line 58 of file cdef-package.h.
|
default |
|
inlineprivate |
Definition at line 138 of file cdef-package.h.
|
inlinevirtualinherited |
Reimplemented in cdef_object_array.
Definition at line 97 of file cdef-object.h.
Referenced by cdef_object::array_value().
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 504 of file cdef-object.cc.
References octave_value::break_closure_cycles(), octave_scalar_map::contents(), cdef_object_scalar::m_map, and octave_scalar_map::nfields().
|
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 from cdef_object_rep.
Definition at line 558 of file cdef-object.h.
References cdef_object_rep::m_count.
|
inlinevirtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 64 of file cdef-package.h.
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 90 of file cdef-package.h.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 471 of file cdef-object.h.
|
inlinevirtualinherited |
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().
octave_value cdef_package::cdef_package_rep::find | ( | const std::string & | nm | ) |
Definition at line 113 of file cdef-package.cc.
References __get_interpreter__(), interpreter::find(), and cdef_package::get_name().
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 480 of file cdef-object.h.
References error(), and Array< T, Alloc >::numel().
Referenced by cdef_property::cdef_property_rep::get_value().
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 189 of file cdef-object.cc.
References cdef_class, and cdef_object_base::m_klass.
Referenced by handle_cdef_object::~handle_cdef_object(), value_cdef_object::~value_cdef_object(), cdef_object_array::fill_empty_values(), cdef_object_base::make_array(), cdef_object_base::set_class(), cdef_object_array::subsasgn(), cdef_object_scalar::subsasgn(), cdef_object_array::subsref(), and cdef_object_scalar::subsref().
Cell cdef_package::cdef_package_rep::get_classes | ( | void | ) | const |
Definition at line 95 of file cdef-package.cc.
References map2Cell().
Cell cdef_package::cdef_package_rep::get_functions | ( | void | ) | const |
Definition at line 101 of file cdef-package.cc.
References map2Cell().
|
inline |
Definition at line 69 of file cdef-package.h.
References cdef_object::get(), and octave_value::string_value().
Cell cdef_package::cdef_package_rep::get_packages | ( | void | ) | const |
Definition at line 107 of file cdef-package.cc.
References map2Cell().
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 500 of file cdef-object.h.
References error(), and cdef_object::get().
void cdef_package::cdef_package_rep::install_class | ( | const cdef_class & | cls, |
const std::string & | nm | ||
) |
Definition at line 57 of file cdef-package.cc.
References m_class_map, and m_member_count.
void cdef_package::cdef_package_rep::install_function | ( | const octave_value & | fcn, |
const std::string & | nm | ||
) |
Definition at line 66 of file cdef-package.cc.
void cdef_package::cdef_package_rep::install_package | ( | const cdef_package & | pack, |
const std::string & | nm | ||
) |
Definition at line 73 of file cdef-package.cc.
|
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_class::cdef_class_rep.
Definition at line 630 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 528 of file cdef-object.h.
Referenced by cdef_object_scalar::is_constructed_for(), and cdef_object_scalar::is_partially_constructed_for().
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 707 of file cdef-object.cc.
References cdef_object_scalar::is_constructed(), and cdef_object_scalar::m_ctor_list.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 572 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 628 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in cdef_method::cdef_method_rep.
Definition at line 634 of file cdef-object.h.
|
inlinevirtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 67 of file cdef-package.h.
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 714 of file cdef-object.cc.
References cdef_object_scalar::is_constructed(), and cdef_object_scalar::m_ctor_list.
|
inlinevirtualinherited |
Reimplemented in cdef_property::cdef_property_rep.
Definition at line 632 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 570 of file cdef-object.h.
|
inlinevirtualinherited |
Reimplemented in value_cdef_object.
Definition at line 91 of file cdef-object.h.
Referenced by cdef_object::is_value_object().
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 206 of file cdef-object.cc.
References cdef_object_base::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().
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 733 of file cdef-object.cc.
References cdef_object_scalar::m_ctor_list.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 524 of file cdef-object.h.
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 695 of file cdef-object.cc.
References octave_value::cell_value(), cdef_object::get(), cdef_class::get_name(), lookup_classes(), and cdef_object_scalar::m_ctor_list.
|
inlinevirtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 111 of file cdef-package.h.
|
virtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 189 of file cdef-package.cc.
References __get_cdef_manager__(), cdef_package::get_rep(), cdef_manager::meta(), and cdef_manager::unregister_package().
|
virtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 123 of file cdef-package.cc.
References octave_function::accepts_postfix_index(), error(), feval(), cdef_package::find(), octave_value::function_value(), cdef_package::get_name(), octave_value::is_defined(), octave_value::is_function(), and octave_value::next_subsref().
|
delete |
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 475 of file cdef-object.h.
Referenced by cdef_class::cdef_class_rep::cdef_class_rep().
|
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=().
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 195 of file cdef-object.cc.
References cdef_object_base::get_class(), cdef_object_base::m_klass, and cdef_object::ok().
|
inline |
Definition at line 71 of file cdef-package.h.
References cdef_object::put().
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 490 of file cdef-object.h.
References error(), and cdef_object::put().
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 88 of file cdef-package.h.
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 615 of file cdef-object.cc.
References octave_value::assign(), cdef_object_rep::cdef_object, octave_value::class_name(), error(), cdef_class::find_property(), cdef_object_base::get_class(), cdef_property::get_value(), cdef_property::is_constant(), cdef_object_rep::is_handle_object(), cdef_object_rep::m_count, cdef_object::ok(), octave_value::op_asn_eq, cdef_object::set_class(), cdef_property::set_value(), cdef_object::subsasgn(), to_cdef(), and to_ov().
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 511 of file cdef-object.cc.
References cdef_object_rep::cdef_object, octave_value_list::empty(), error(), cdef_method::execute(), cdef_class::find_method(), cdef_class::find_property(), cdef_object_base::get_class(), cdef_property::get_value(), cdef_property::is_constant(), cdef_method::is_static(), cdef_object_rep::m_count, cdef_object::ok(), cdef_object::set_class(), cdef_object::subsref(), and to_ov().
|
inlineprivate |
Definition at line 144 of file cdef-package.h.
References cdef_package.
|
private |
Definition at line 121 of file cdef-package.h.
Referenced by install_class().
|
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().
|
protectedinherited |
Definition at line 536 of file cdef-object.h.
Referenced by cdef_object_scalar::is_constructed_for(), cdef_object_scalar::is_partially_constructed_for(), cdef_object_scalar::mark_as_constructed(), and cdef_object_scalar::mark_for_construction().
|
private |
Definition at line 120 of file cdef-package.h.
|
private |
Definition at line 122 of file cdef-package.h.
|
privateinherited |
Definition at line 388 of file cdef-object.h.
Referenced by cdef_object_base::get_class(), and cdef_object_base::set_class().
|
protectedinherited |
Definition at line 533 of file cdef-object.h.
Referenced by cdef_object_scalar::break_closure_cycles().
|
private |
Definition at line 127 of file cdef-package.h.
Referenced by install_class().
|
private |
Definition at line 123 of file cdef-package.h.