GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Public Member Functions | |
cdef_package_rep (void) | |
~cdef_package_rep (void) | |
virtual Array< cdef_object > | array_value (void) const |
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 |
octave_value | find (const std::string &nm) |
octave_value | get (const std::string &pname) const |
cdef_class | get_class (void) const |
Cell | get_classes (void) const |
Cell | get_functions (void) const |
std::string | get_name (void) const |
Cell | get_packages (void) const |
void | install_class (const cdef_class &cls, const std::string &nm) |
void | install_function (const octave_value &fcn, const std::string &nm) |
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 |
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 |
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 |
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_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 | release (void) |
void | set_class (const cdef_class &cls) |
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) |
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_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) | |
cdef_package | wrap (void) |
Private Attributes | |
std::map< std::string, cdef_class > | class_map |
std::string | full_name |
std::map< std::string, octave_value > | function_map |
octave_idx_type | member_count |
std::map< std::string, cdef_package > | package_map |
Definition at line 1253 of file ov-classdef.h.
|
private |
Definition at line 1321 of file ov-classdef.h.
|
private |
Definition at line 1320 of file ov-classdef.h.
|
private |
Definition at line 1323 of file ov-classdef.h.
|
private |
Definition at line 1322 of file ov-classdef.h.
|
private |
Definition at line 1325 of file ov-classdef.h.
|
private |
Definition at line 1324 of file ov-classdef.h.
|
inline |
Definition at line 1257 of file ov-classdef.h.
|
inline |
Definition at line 1260 of file ov-classdef.h.
|
inlineprivate |
Definition at line 1328 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.
|
inlinevirtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 1262 of file ov-classdef.h.
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 1284 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.
octave_value cdef_package::cdef_package_rep::find | ( | const std::string & | nm | ) |
Definition at line 3592 of file ov-classdef.cc.
References symbol_table::find(), and cdef_class::get_name().
|
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().
Cell cdef_package::cdef_package_rep::get_classes | ( | void | ) | const |
Definition at line 3580 of file ov-classdef.cc.
References map2Cell().
Cell cdef_package::cdef_package_rep::get_functions | ( | void | ) | const |
Definition at line 3584 of file ov-classdef.cc.
References map2Cell().
|
inline |
Definition at line 1266 of file ov-classdef.h.
Cell cdef_package::cdef_package_rep::get_packages | ( | void | ) | const |
Definition at line 3588 of file ov-classdef.cc.
References map2Cell().
void cdef_package::cdef_package_rep::install_class | ( | const cdef_class & | cls, |
const std::string & | nm | ||
) |
Definition at line 3539 of file ov-classdef.cc.
void cdef_package::cdef_package_rep::install_function | ( | const octave_value & | fcn, |
const std::string & | nm | ||
) |
Definition at line 3548 of file ov-classdef.cc.
void cdef_package::cdef_package_rep::install_package | ( | const cdef_package & | pack, |
const std::string & | nm | ||
) |
Definition at line 3555 of file ov-classdef.cc.
|
inlinevirtualinherited |
Reimplemented in cdef_object_array.
Definition at line 86 of file ov-classdef.h.
Referenced by cdef_object::is_array().
|
inlinevirtualinherited |
Reimplemented in cdef_class::cdef_class_rep.
Definition at line 536 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().
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 483 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.
|
inlinevirtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 1264 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.
|
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().
|
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.
|
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 1305 of file ov-classdef.h.
|
virtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 3676 of file ov-classdef.cc.
|
virtual |
Reimplemented from cdef_meta_object_rep.
Definition at line 3601 of file ov-classdef.cc.
References octave_value::do_multi_index_op(), error(), error_state, find(), octave_value::function_value(), cdef_class::get_name(), octave_value::is_defined(), octave_value::is_function(), octave_function::is_postfix_index_handled(), and octave_value::next_subsref().
|
inlinevirtualinherited |
Reimplemented from cdef_object_rep.
Definition at line 408 of file ov-classdef.h.
Referenced by cdef_class::cdef_class_rep::cdef_class_rep().
|
inlineinherited |
Definition at line 162 of file ov-classdef.h.
Referenced by cdef_object::operator=(), and cdef_object::~cdef_object().
|
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 1268 of file ov-classdef.h.
References cdef_object::put().
|
inlinevirtual |
Reimplemented from cdef_object_rep.
Definition at line 1282 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().
|
inlineprivate |
Definition at line 1334 of file ov-classdef.h.
|
private |
Definition at line 1312 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 1311 of file ov-classdef.h.
|
private |
Definition at line 1313 of file ov-classdef.h.
|
protectedinherited |
Definition at line 447 of file ov-classdef.h.
|
private |
Definition at line 1318 of file ov-classdef.h.
|
private |
Definition at line 1314 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().