GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Public Member Functions | |
cdef_class_rep (void) | |
cdef_class_rep (const std::list< cdef_class > &superclasses) | |
virtual Array< cdef_object > | array_value (void) const |
std::string | class_name (void) const |
cdef_object_rep * | clone (void) const |
octave_value | construct (const octave_value_list &args) |
cdef_object | construct_object (const octave_value_list &args) |
cdef_object_rep * | copy (void) const |
void | delete_object (cdef_object obj) |
void | destroy (void) |
dim_vector | dims (void) const |
cdef_object_rep * | empty_clone (void) const |
cdef_method | find_method (const std::string &nm, bool local=false) |
cdef_property | find_property (const std::string &nm) |
octave_value | get (const std::string &pname) const |
cdef_class | get_class (void) const |
std::string | get_directory (void) const |
Cell | get_methods (void) |
std::string | get_name (void) const |
string_vector | get_names (void) |
Cell | get_properties (int mode) |
std::map< std::string, cdef_property > | get_property_map (int mode) |
void | initialize_object (cdef_object &obj) |
void | install_method (const cdef_method &meth) |
void | install_property (const cdef_property &prop) |
bool | is_abstract (void) const |
virtual bool | is_array (void) const |
bool | is_class (void) const |
bool | is_constructed (void) const |
bool | is_constructed_for (const cdef_class &cls) const |
bool | is_handle_class (void) const |
bool | is_handle_object (void) const |
bool | is_meta_class (void) const |
bool | is_meta_object (void) const |
virtual bool | is_method (void) const |
virtual bool | is_package (void) const |
bool | is_partially_constructed_for (const cdef_class &cls) const |
virtual bool | is_property (void) const |
bool | is_sealed (void) const |
bool | is_valid (void) const |
virtual bool | is_value_object (void) const |
cdef_object_rep * | make_array (void) const |
virtual string_vector | map_keys (void) const |
void | mark_as_constructed (void) |
void | mark_as_constructed (const cdef_class &cls) |
void | mark_as_handle_class (void) |
void | mark_as_meta_class (void) |
void | mark_for_construction (const cdef_class &) |
bool | meta_is_postfix_index_handled (char type) const |
void | meta_release (void) |
octave_value_list | meta_subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout) |
void | put (const std::string &pname, const octave_value &val) |
void | register_object (void) |
void | release (void) |
void | run_constructor (cdef_object &obj, const octave_value_list &args) |
void | set_class (const cdef_class &cls) |
void | set_directory (const std::string &dir) |
void | set_name (const std::string &nm) |
octave_idx_type | static_count (void) const |
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, size_t &skip, const cdef_class &context, bool auto_add) |
void | unregister_object (void) |
Protected Attributes | |
std::map< cdef_class, std::list< cdef_class > > | ctor_list |
octave_scalar_map | map |
octave_refcount< octave_idx_type > | refcount |
Private Types | |
typedef std::map< std::string, cdef_method >::const_iterator | method_const_iterator |
typedef std::map< std::string, cdef_method >::iterator | method_iterator |
typedef std::map< std::string, cdef_property > ::const_iterator | property_const_iterator |
typedef std::map< std::string, cdef_property >::iterator | property_iterator |
Private Member Functions | |
cdef_class_rep (const cdef_class_rep &c) | |
void | find_methods (std::map< std::string, cdef_method > &meths, bool only_inherited) |
void | find_names (std::set< std::string > &names, bool all) |
void | find_properties (std::map< std::string, cdef_property > &props, int mode=0) |
void | load_all_methods (void) |
cdef_class | wrap (void) |
Private Attributes | |
std::string | directory |
bool | handle_class |
std::list< cdef_class > | implicit_ctor_list |
octave_idx_type | member_count |
bool | meta |
std::map< std::string, cdef_method > | method_map |
octave_refcount< octave_idx_type > | object_count |
std::map< std::string, cdef_property > | property_map |
Definition at line 618 of file ov-classdef.h.
|
private |
Definition at line 757 of file ov-classdef.h.
|
private |
Definition at line 756 of file ov-classdef.h.
|
private |
Definition at line 759 of file ov-classdef.h.
|
private |
Definition at line 758 of file ov-classdef.h.
|
inline |
Definition at line 622 of file ov-classdef.h.
cdef_class::cdef_class_rep::cdef_class_rep | ( | const std::list< cdef_class > & | superclasses | ) |
Definition at line 1956 of file ov-classdef.cc.
References implicit_ctor_list, cdef_object_scalar::put(), and to_ov().
|
inlineprivate |
Definition at line 762 of file ov-classdef.h.
|
inlinevirtualinherited |
Reimplemented in cdef_object_array.
Definition at line 94 of file ov-classdef.h.
Referenced by cdef_object::array_value().
|
inlineinherited |
Definition at line 1180 of file ov-classdef.h.
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 471 of file ov-classdef.h.
References cdef_object_rep::refcount.
octave_value cdef_class::cdef_class_rep::construct | ( | const octave_value_list & | args | ) |
Definition at line 2668 of file ov-classdef.cc.
References cdef_class::construct_object(), error_state, octave_value(), cdef_object::ok(), and to_ov().
cdef_object cdef_class::cdef_class_rep::construct_object | ( | const octave_value_list & | args | ) |
Definition at line 2679 of file ov-classdef.cc.
References cdef_object::cdef_object(), error(), error_state, cdef_class::get_name(), cdef_class::initialize_object(), cdef_class::is_abstract(), cdef_class::is_handle_class(), cdef_class::is_meta_class(), make_class(), make_method(), make_package(), make_property(), cdef_class::meta_class(), cdef_class::meta_method(), cdef_class::meta_package(), cdef_class::meta_property(), cdef_object::ok(), panic_impossible, cdef_class::run_constructor(), and cdef_object::set_class().
|
inlinevirtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 628 of file ov-classdef.h.
void cdef_class::cdef_class_rep::delete_object | ( | cdef_object | obj | ) |
Definition at line 2452 of file ov-classdef.cc.
References cdef_class::delete_object(), error_state, cdef_object::get_class(), lookup_class(), Array< T >::numel(), and cdef_object::set_class().
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 690 of file ov-classdef.h.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 406 of file ov-classdef.h.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 326 of file ov-classdef.h.
cdef_method cdef_class::cdef_class_rep::find_method | ( | const std::string & | nm, |
bool | local = false |
||
) |
Definition at line 1966 of file ov-classdef.cc.
References error_state, cdef_class::find_method(), lookup_class(), Array< T >::numel(), and cdef_object::ok().
Referenced by cdef_class::find_method().
|
private |
Definition at line 2207 of file ov-classdef.cc.
References error_state, find_methods(), cdef_class::get_rep(), octave_value::is_string(), lookup_class(), Array< T >::numel(), and octave_value::string_value().
Referenced by find_methods().
|
private |
Definition at line 2372 of file ov-classdef.cc.
References error_state, find_names(), cdef_class::get_rep(), octave_value::is_string(), lookup_class(), Array< T >::numel(), and octave_value::string_value().
Referenced by find_names().
|
private |
Definition at line 2327 of file ov-classdef.cc.
References error_state, find_properties(), cdef_class::get_rep(), octave_value::is_string(), lookup_class(), Array< T >::numel(), cdef_class::property_all, cdef_class::property_inherited, and octave_value::string_value().
Referenced by find_properties().
cdef_property cdef_class::cdef_class_rep::find_property | ( | const std::string & | nm | ) |
Definition at line 2253 of file ov-classdef.cc.
References error_state, cdef_class::find_property(), lookup_class(), Array< T >::numel(), and cdef_object::ok().
Referenced by cdef_class::find_property().
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 411 of file ov-classdef.h.
References error(), Array< T >::numel(), and octave_value().
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 1188 of file ov-classdef.h.
References cdef_class::cdef_class(), and cdef_object_base::klass.
Referenced by cdef_object_array::fill_empty_values(), cdef_object_base::make_array(), cdef_object_base::register_object(), cdef_object_base::set_class(), cdef_object_array::subsasgn(), cdef_object_scalar::subsasgn(), cdef_object_array::subsref(), cdef_object_scalar::subsref(), cdef_object_base::unregister_object(), handle_cdef_object::~handle_cdef_object(), and value_cdef_object::~value_cdef_object().
|
inline |
Definition at line 659 of file ov-classdef.h.
Cell cdef_class::cdef_class_rep::get_methods | ( | void | ) |
Definition at line 2184 of file ov-classdef.cc.
References error_state, and to_ov().
|
inline |
Definition at line 632 of file ov-classdef.h.
Referenced by cdef_property::get_name(), cdef_method::get_name(), and cdef_package::get_name().
string_vector cdef_class::cdef_class_rep::get_names | ( | void | ) |
Definition at line 2430 of file ov-classdef.cc.
References error_state, and names().
Definition at line 2294 of file ov-classdef.cc.
References error_state, cdef_class::get_property_map(), and to_ov().
std::map< std::string, cdef_property > cdef_class::cdef_class_rep::get_property_map | ( | int | mode | ) |
Definition at line 2317 of file ov-classdef.cc.
void cdef_class::cdef_class_rep::initialize_object | ( | cdef_object & | obj | ) |
Definition at line 2582 of file ov-classdef.cc.
References error_state, octave_value::is_defined(), lookup_classes(), cdef_object::mark_for_construction(), and cdef_object::put().
void cdef_class::cdef_class_rep::install_method | ( | const cdef_method & | meth | ) |
Definition at line 2122 of file ov-classdef.cc.
References tree_statement_list::accept(), octave_user_function::body(), error(), error_state, octave_base_list< elt_type >::front(), octave_value::function_value(), cdef_method::get_function(), cdef_method::get_name(), cdef_method::is_constructor(), tree_decl_elt::name(), octave_user_function::return_list(), octave_base_list< elt_type >::size(), and octave_base_value::user_function_value().
void cdef_class::cdef_class_rep::install_property | ( | const cdef_property & | prop | ) |
Definition at line 2286 of file ov-classdef.cc.
References cdef_property::get_name().
|
inline |
Definition at line 637 of file ov-classdef.h.
|
inlinevirtualinherited |
Reimplemented in cdef_object_array.
Definition at line 86 of file ov-classdef.h.
Referenced by cdef_object::is_array().
|
inlinevirtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 630 of file ov-classdef.h.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 443 of file ov-classdef.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 1915 of file ov-classdef.cc.
References cdef_object_scalar::ctor_list, and cdef_object_scalar::is_constructed().
Referenced by cdef_object_scalar::is_partially_constructed_for().
|
inline |
Definition at line 682 of file ov-classdef.h.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 483 of file ov-classdef.h.
|
inline |
Definition at line 707 of file ov-classdef.h.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 534 of file ov-classdef.h.
|
inlinevirtualinherited |
Reimplemented in cdef_method::cdef_method_rep.
Definition at line 540 of file ov-classdef.h.
|
inlinevirtualinherited |
Reimplemented in cdef_package::cdef_package_rep.
Definition at line 542 of file ov-classdef.h.
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 1922 of file ov-classdef.cc.
References cdef_object_scalar::ctor_list, cdef_object_scalar::is_constructed(), and cdef_object_scalar::is_constructed_for().
|
inlinevirtualinherited |
Reimplemented in cdef_property::cdef_property_rep.
Definition at line 538 of file ov-classdef.h.
|
inline |
Definition at line 639 of file ov-classdef.h.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 481 of file ov-classdef.h.
|
inlinevirtualinherited |
Reimplemented in value_cdef_object.
Definition at line 88 of file ov-classdef.h.
Referenced by cdef_object::is_value_object().
|
private |
Definition at line 2178 of file ov-classdef.cc.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 1229 of file ov-classdef.h.
References cdef_object_base::get_class(), and cdef_object_rep::set_class().
|
virtualinherited |
Definition at line 1394 of file ov-classdef.cc.
References cdef_object_rep::get_class(), cdef_class::get_names(), and cdef_object::ok().
Referenced by cdef_object::map_keys().
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 439 of file ov-classdef.h.
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 441 of file ov-classdef.h.
|
inline |
Definition at line 680 of file ov-classdef.h.
|
inline |
Definition at line 705 of file ov-classdef.h.
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 1599 of file ov-classdef.cc.
References octave_value::cell_value(), cdef_object_scalar::ctor_list, error_state, cdef_object::get(), cdef_class::get_name(), and lookup_classes().
Reimplemented from cdef_meta_object_rep.
Definition at line 669 of file ov-classdef.h.
|
virtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 2576 of file ov-classdef.cc.
References cdef_manager::unregister_class().
|
virtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 2483 of file ov-classdef.cc.
References cdef_class::construct(), octave_value_list::empty(), error(), error_state, cdef_method::execute(), cdef_class::find_method(), cdef_class::find_property(), cdef_property::get_value(), cdef_property::is_constant(), cdef_method::is_static(), and cdef_object::ok().
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 408 of file ov-classdef.h.
Referenced by cdef_class_rep().
|
inline |
Definition at line 684 of file ov-classdef.h.
|
inlineinherited |
Definition at line 162 of file ov-classdef.h.
Referenced by cdef_object::operator=(), and cdef_object::~cdef_object().
void cdef_class::cdef_class_rep::run_constructor | ( | cdef_object & | obj, |
const octave_value_list & | args | ||
) |
Definition at line 2621 of file ov-classdef.cc.
References error(), error_state, cdef_method::execute(), cdef_class::find_method(), get_base_name(), cdef_class::get_name(), octave_value_list::length(), lookup_class(), cdef_object::mark_as_constructed(), cdef_object::ok(), octave_value_list::prepend(), cdef_class::run_constructor(), to_cdef(), and to_ov().
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 1192 of file ov-classdef.h.
References cdef_object_base::get_class(), cdef_object_base::klass, cdef_object::ok(), cdef_object_base::register_object(), and cdef_object_base::unregister_object().
|
inline |
Definition at line 657 of file ov-classdef.h.
|
inline |
Definition at line 635 of file ov-classdef.h.
References cdef_object::put().
Referenced by cdef_method::cdef_method(), cdef_package::cdef_package(), and cdef_property::cdef_property().
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 688 of file ov-classdef.h.
|
virtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 1502 of file ov-classdef.cc.
References octave_value::assign(), cdef_object_rep::cdef_object, octave_value::class_name(), error(), error_state, cdef_class::find_property(), cdef_object_base::get_class(), cdef_property::get_value(), cdef_property::is_constant(), cdef_object::is_handle_object(), cdef_object::ok(), octave_value::op_asn_eq, cdef_object_rep::refcount, 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 1405 of file ov-classdef.cc.
References cdef_object_rep::cdef_object, error(), error_state, 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::ok(), cdef_object_rep::refcount, cdef_object::set_class(), and cdef_object::subsref().
|
inline |
Definition at line 686 of file ov-classdef.h.
|
inlineprivate |
Definition at line 720 of file ov-classdef.h.
|
protectedinherited |
Definition at line 450 of file ov-classdef.h.
Referenced by cdef_object_scalar::is_constructed_for(), cdef_object_scalar::is_partially_constructed_for(), and cdef_object_scalar::mark_for_construction().
|
private |
Definition at line 729 of file ov-classdef.h.
|
private |
Definition at line 742 of file ov-classdef.h.
|
private |
Definition at line 747 of file ov-classdef.h.
Referenced by cdef_class_rep().
|
protectedinherited |
Definition at line 447 of file ov-classdef.h.
|
private |
Definition at line 738 of file ov-classdef.h.
|
private |
Definition at line 753 of file ov-classdef.h.
|
private |
Definition at line 732 of file ov-classdef.h.
|
private |
Definition at line 750 of file ov-classdef.h.
|
private |
Definition at line 735 of file ov-classdef.h.
|
protectedinherited |
Definition at line 172 of file ov-classdef.h.
Referenced by cdef_object::cdef_object(), handle_cdef_object::clone(), cdef_object::make_unique(), cdef_object::operator=(), cdef_object_array::subsasgn(), cdef_object_scalar::subsasgn(), and cdef_object_scalar::subsref().