|
| | cdef_property () |
| |
| | cdef_property (const cdef_object &obj) |
| |
| | cdef_property (const cdef_property &prop) |
| |
| | cdef_property (const std::string &nm) |
| |
| | ~cdef_property ()=default |
| |
| bool | check_get_access () const |
| |
| bool | check_set_access () const |
| |
| std::string | get_name () const |
| |
| octave_value | get_value (bool do_check_access=true, const std::string &who="") const |
| |
| octave_value | get_value (const cdef_object &obj, bool do_check_access=true, const std::string &who="") const |
| |
| bool | is_constant () const |
| |
| cdef_property & | operator= (const cdef_property &prop) |
| |
| void | set_value (cdef_object &obj, const octave_value &val, bool do_check_access=true, const std::string &who="") |
| |
| | cdef_meta_object () |
| |
| | cdef_meta_object (cdef_meta_object_rep *r) |
| |
| | cdef_meta_object (const cdef_meta_object &obj) |
| |
| | cdef_meta_object (const cdef_object &obj) |
| |
| | ~cdef_meta_object ()=default |
| |
| std::string | doc_string () const |
| |
| void | doc_string (const std::string &txt) |
| |
| bool | is_class () const |
| |
| bool | is_method () const |
| |
| bool | is_package () const |
| |
| bool | is_property () const |
| |
| bool | meta_accepts_postfix_index (char type) const |
| |
| void | meta_release () |
| |
| octave_value_list | meta_subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout) |
| |
| cdef_meta_object & | operator= (const cdef_object &)=delete |
| |
| | cdef_object () |
| |
| | cdef_object (cdef_object_rep *r) |
| |
| | cdef_object (const cdef_object &obj) |
| |
| virtual | ~cdef_object () |
| |
| Array< cdef_object > | array_value () const |
| |
| void | break_closure_cycles (const std::shared_ptr< stack_frame > &frame) |
| |
| std::string | class_name () const |
| |
| cdef_object | clone () const |
| |
| cdef_object | copy () const |
| |
| dim_vector | dims () const |
| |
| cdef_object | empty_clone () const |
| |
| octave_value | get (const std::string &pname) const |
| |
| cdef_class | get_class () const |
| |
| octave_value | get_property (octave_idx_type idx, const std::string &pname) const |
| |
| const cdef_object_rep * | get_rep () const |
| |
| bool | is (const cdef_object &obj) const |
| |
| bool | is_array () const |
| |
| bool | is_constructed () const |
| |
| bool | is_constructed_for (const cdef_class &cls) const |
| |
| bool | is_handle_object () const |
| |
| bool | is_meta_object () const |
| |
| bool | is_partially_constructed_for (const cdef_class &cls) const |
| |
| bool | is_value_object () const |
| |
| cdef_object | make_array () const |
| |
| string_vector | map_keys () const |
| |
| octave_map | map_value () const |
| |
| void | mark_as_constructed () |
| |
| void | mark_as_constructed (const cdef_class &cls) |
| |
| void | mark_for_construction (const cdef_class &cls) |
| |
| bool | ok () const |
| |
| cdef_object & | operator= (const cdef_object &obj) |
| |
| void | put (const std::string &pname, const octave_value &val) |
| |
| void | set_class (const cdef_class &cls) |
| |
| 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, int ignore_copies=0) |
| |
| 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=false) |
| |
Definition at line 43 of file cdef-property.h.