GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
cdef_property Member List

This is the complete list of members for cdef_property, including all inherited members.

array_value(void) constcdef_objectinline
cdef_class classcdef_propertyfriend
cdef_meta_object(void)cdef_meta_objectinline
cdef_meta_object(const cdef_meta_object &obj)cdef_meta_objectinline
cdef_meta_object(cdef_meta_object_rep *r)cdef_meta_objectinline
cdef_meta_object(const cdef_object &obj)cdef_meta_objectinline
cdef_object(void)cdef_objectinline
cdef_object(const cdef_object &obj)cdef_objectinline
cdef_object(cdef_object_rep *r)cdef_objectinline
cdef_property(void)cdef_propertyinline
cdef_property(const std::string &nm)cdef_propertyinline
cdef_property(const cdef_property &prop)cdef_propertyinline
cdef_property(const cdef_object &obj)cdef_propertyinline
check_get_access(void) constcdef_propertyinline
check_set_access(void) constcdef_propertyinline
class_name(void) constcdef_objectinline
clone(void) constcdef_objectinline
copy(void) constcdef_objectinline
dims(void) constcdef_objectinline
empty_clone(void) constcdef_objectinline
get(const std::string &pname) constcdef_objectinline
get_class(void) constcdef_objectinline
get_name(void) constcdef_propertyinline
get_property(octave_idx_type idx, const std::string &pname) constcdef_objectinline
get_rep(void)cdef_propertyinlineprivate
get_rep(void) constcdef_propertyinlineprivate
get_value(const cdef_object &obj, bool do_check_access=true, const std::string &who="")cdef_propertyinline
get_value(bool do_check_access=true, const std::string &who="")cdef_propertyinline
is(const cdef_object &obj) constcdef_objectinline
is_array(void) constcdef_objectinline
is_class(void) constcdef_meta_objectinline
is_constant(void) constcdef_propertyinline
is_constructed(void) constcdef_objectinline
is_constructed_for(const cdef_class &cls) constcdef_objectinline
is_handle_object(void) constcdef_objectinline
is_meta_object(void) constcdef_objectinline
is_method(void) constcdef_meta_objectinline
is_package(void) constcdef_meta_objectinline
is_partially_constructed_for(const cdef_class &cls) constcdef_objectinline
is_property(void) constcdef_meta_objectinline
is_value_object(void) constcdef_objectinline
make_array(void) constcdef_objectinline
make_unique(int ignore_copies)cdef_objectinlineprotected
map_keys(void) constcdef_objectinline
map_value(void) constcdef_object
mark_as_constructed(void)cdef_objectinline
mark_as_constructed(const cdef_class &cls)cdef_objectinline
mark_for_construction(const cdef_class &cls)cdef_objectinline
meta_accepts_postfix_index(char type) constcdef_meta_objectinline
meta_release(void)cdef_meta_objectinline
meta_subsref(const std::string &type, const std::list< octave_value_list > &idx, int nargout)cdef_meta_objectinline
ok(void) constcdef_objectinline
operator=(const cdef_property &prop)cdef_propertyinline
cdef_meta_object::operator=(const cdef_object &obj)cdef_objectinline
put(const std::string &pname, const octave_value &val)cdef_objectinline
set_class(const cdef_class &cls)cdef_objectinline
set_property(octave_idx_type idx, const std::string &pname, const octave_value &pval)cdef_objectinline
set_value(cdef_object &obj, const octave_value &val, bool do_check_access=true, const std::string &who="")cdef_propertyinline
subsasgn(const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs, int ignore_copies=0)cdef_objectinline
subsref(const std::string &type, const std::list< octave_value_list > &idx, int nargout, size_t &skip, const cdef_class &context, bool auto_add=false)cdef_objectinline
~cdef_meta_object(void)=defaultcdef_meta_object
~cdef_object(void)cdef_objectinlinevirtual