GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
cdef_method::cdef_method_rep Class Reference
Inheritance diagram for cdef_method::cdef_method_rep:
Collaboration diagram for cdef_method::cdef_method_rep:

Public Member Functions

 cdef_method_rep (void)
 
 ~cdef_method_rep (void)=default
 
virtual Array< cdef_objectarray_value (void) const
 
void break_closure_cycles (const std::shared_ptr< stack_frame > &frame)
 
OCTINTERP_API bool check_access (void) const
 
OCTINTERP_API std::string class_name (void) const
 
cdef_object_repclone (void) const
 
cdef_object_repcopy (void) const
 
virtual void destroy (void)
 
dim_vector dims (void) const
 
cdef_object_repempty_clone (void) const
 
OCTINTERP_API octave_value_list execute (const cdef_object &obj, const octave_value_list &args, int nargout, bool do_check_access=true, const std::string &who="")
 
OCTINTERP_API octave_value_list execute (const octave_value_list &args, int nargout, bool do_check_access=true, const std::string &who="")
 
octave_value get (const std::string &pname) const
 
OCTINTERP_API cdef_class get_class (void) const
 
OCTINTERP_API std::string get_doc_string (void)
 
octave_value get_function (void) const
 
std::string get_name (void) const
 
octave_value get_property (octave_idx_type idx, const std::string &pname) const
 
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
 
OCTINTERP_API bool is_constructor (void) const
 
OCTINTERP_API bool is_defined_in_class (const std::string &cname) const
 
bool is_external (void) const
 
bool is_handle_object (void) const
 
bool is_meta_object (void) const
 
bool is_method (void) const
 
virtual 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_static (void) const
 
bool is_valid (void) const
 
virtual bool is_value_object (void) const
 
OCTINTERP_API cdef_object_repmake_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)
 
void mark_as_external (const std::string &dtype)
 
OCTINTERP_API void mark_for_construction (const cdef_class &)
 
bool meta_accepts_postfix_index (char type) const
 
virtual void meta_release (void)
 
octave_value_list meta_subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout)
 
cdef_method_repoperator= (const cdef_method_rep &m)=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_function (const octave_value &fcn)
 
void set_name (const std::string &nm)
 
void set_property (octave_idx_type idx, const std::string &pname, const octave_value &pval)
 
virtual 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_typem_count
 
std::map< cdef_class, std::list< cdef_class > > m_ctor_list
 
octave_scalar_map m_map
 

Private Member Functions

 cdef_method_rep (const cdef_method_rep &m)
 
OCTINTERP_API void check_method (void)
 
OCTAVE_NORETURN void err_invalid_object (const char *who) const
 
cdef_method wrap (void)
 

Private Attributes

std::string m_dispatch_type
 
octave_value m_function
 
cdef_object m_klass
 

Detailed Description

Definition at line 50 of file cdef-method.h.

Constructor & Destructor Documentation

◆ cdef_method_rep() [1/2]

cdef_method::cdef_method_rep::cdef_method_rep ( void  )
inline

Definition at line 55 of file cdef-method.h.

◆ ~cdef_method_rep()

cdef_method::cdef_method_rep::~cdef_method_rep ( void  )
default

◆ cdef_method_rep() [2/2]

cdef_method::cdef_method_rep::cdef_method_rep ( const cdef_method_rep m)
inlineprivate

Definition at line 112 of file cdef-method.h.

Member Function Documentation

◆ array_value()

virtual Array<cdef_object> cdef_object_rep::array_value ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_object_array.

Definition at line 97 of file cdef-object.h.

Referenced by cdef_object::array_value().

◆ break_closure_cycles()

void cdef_object_scalar::break_closure_cycles ( const std::shared_ptr< stack_frame > &  frame)
virtualinherited

◆ check_access()

bool cdef_method::cdef_method_rep::check_access ( void  ) const

Definition at line 203 of file cdef-method.cc.

References check_access(), cdef_object::get(), cdef_method::get_name(), and to_cdef().

◆ check_method()

void cdef_method::cdef_method_rep::check_method ( void  )
private

◆ class_name()

std::string cdef_object_rep::class_name ( void  ) const
inherited

◆ clone()

cdef_object_rep* handle_cdef_object::clone ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

Definition at line 558 of file cdef-object.h.

References cdef_object_rep::m_count.

◆ copy()

cdef_object_rep* cdef_method::cdef_method_rep::copy ( void  ) const
inlinevirtual

Reimplemented from cdef_object_rep.

Definition at line 63 of file cdef-method.h.

◆ destroy()

virtual void cdef_object_rep::destroy ( void  )
inlinevirtualinherited

Reimplemented in cdef_package::cdef_package_rep, and cdef_class::cdef_class_rep.

Definition at line 178 of file cdef-object.h.

Referenced by cdef_object_rep::release().

◆ dims()

dim_vector cdef_object_scalar::dims ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

Definition at line 471 of file cdef-object.h.

◆ empty_clone()

cdef_object_rep* cdef_object_base::empty_clone ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

Definition at line 371 of file cdef-object.h.

◆ err_invalid_object()

OCTAVE_NORETURN void cdef_object_rep::err_invalid_object ( const char *  who) const
inlineprivateinherited

Definition at line 195 of file cdef-object.h.

References error().

Referenced by cdef_object_rep::get_class().

◆ execute() [1/2]

octave_value_list cdef_method::cdef_method_rep::execute ( const cdef_object obj,
const octave_value_list args,
int  nargout,
bool  do_check_access = true,
const std::string &  who = "" 
)

◆ execute() [2/2]

octave_value_list cdef_method::cdef_method_rep::execute ( const octave_value_list args,
int  nargout,
bool  do_check_access = true,
const std::string &  who = "" 
)

◆ get()

octave_value cdef_object_scalar::get ( const std::string &  pname) const
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().

◆ get_class()

◆ get_doc_string()

std::string cdef_method::cdef_method_rep::get_doc_string ( void  )

◆ get_function()

octave_value cdef_method::cdef_method_rep::get_function ( void  ) const
inline

Definition at line 73 of file cdef-method.h.

◆ get_name()

std::string cdef_method::cdef_method_rep::get_name ( void  ) const
inline

Definition at line 67 of file cdef-method.h.

References cdef_object::get(), and octave_value::string_value().

Referenced by check_method().

◆ get_property()

octave_value cdef_object_scalar::get_property ( octave_idx_type  idx,
const std::string &  pname 
) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

Definition at line 500 of file cdef-object.h.

References error(), and cdef_object::get().

◆ is_array()

virtual bool cdef_object_rep::is_array ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_object_array.

Definition at line 89 of file cdef-object.h.

Referenced by cdef_object::is_array().

◆ is_class()

virtual bool cdef_meta_object_rep::is_class ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_class::cdef_class_rep.

Definition at line 630 of file cdef-object.h.

◆ is_constructed()

bool cdef_object_scalar::is_constructed ( void  ) const
inlinevirtualinherited

◆ is_constructed_for()

bool cdef_object_scalar::is_constructed_for ( const cdef_class cls) const
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.

◆ is_constructor()

bool cdef_method::cdef_method_rep::is_constructor ( void  ) const

Definition at line 176 of file cdef-method.cc.

◆ is_defined_in_class()

bool cdef_method::cdef_method_rep::is_defined_in_class ( const std::string &  cname) const

Definition at line 185 of file cdef-method.cc.

◆ is_external()

bool cdef_method::cdef_method_rep::is_external ( void  ) const
inline

Definition at line 81 of file cdef-method.h.

Referenced by check_method().

◆ is_handle_object()

bool handle_cdef_object::is_handle_object ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

Definition at line 572 of file cdef-object.h.

◆ is_meta_object()

bool cdef_meta_object_rep::is_meta_object ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

Definition at line 628 of file cdef-object.h.

◆ is_method()

bool cdef_method::cdef_method_rep::is_method ( void  ) const
inlinevirtual

Reimplemented from cdef_meta_object_rep.

Definition at line 65 of file cdef-method.h.

◆ is_package()

virtual bool cdef_meta_object_rep::is_package ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_package::cdef_package_rep.

Definition at line 636 of file cdef-object.h.

◆ is_partially_constructed_for()

bool cdef_object_scalar::is_partially_constructed_for ( const cdef_class cls) const
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.

◆ is_property()

virtual bool cdef_meta_object_rep::is_property ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_property::cdef_property_rep.

Definition at line 632 of file cdef-object.h.

◆ is_static()

bool cdef_method::cdef_method_rep::is_static ( void  ) const
inline

Definition at line 71 of file cdef-method.h.

References octave_value::bool_value(), and cdef_object::get().

◆ is_valid()

bool handle_cdef_object::is_valid ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

Definition at line 570 of file cdef-object.h.

◆ is_value_object()

virtual bool cdef_object_rep::is_value_object ( void  ) const
inlinevirtualinherited

Reimplemented in value_cdef_object.

Definition at line 91 of file cdef-object.h.

Referenced by cdef_object::is_value_object().

◆ make_array()

cdef_object_rep * cdef_object_base::make_array ( void  ) const
virtualinherited

Reimplemented from cdef_object_rep.

Definition at line 206 of file cdef-object.cc.

References cdef_object_base::get_class(), and r.

◆ map_keys()

string_vector cdef_object_rep::map_keys ( void  ) const
virtualinherited

◆ mark_as_constructed() [1/2]

void cdef_object_scalar::mark_as_constructed ( const cdef_class cls)
virtualinherited

Reimplemented from cdef_object_rep.

Definition at line 733 of file cdef-object.cc.

References cdef_object_scalar::m_ctor_list.

◆ mark_as_constructed() [2/2]

void cdef_object_scalar::mark_as_constructed ( void  )
inlinevirtualinherited

Reimplemented from cdef_object_rep.

Definition at line 524 of file cdef-object.h.

◆ mark_as_external()

void cdef_method::cdef_method_rep::mark_as_external ( const std::string &  dtype)
inline

Definition at line 83 of file cdef-method.h.

◆ mark_for_construction()

void cdef_object_scalar::mark_for_construction ( const cdef_class cls)
virtualinherited

◆ meta_accepts_postfix_index()

bool cdef_method::cdef_method_rep::meta_accepts_postfix_index ( char  type) const
inlinevirtual

Reimplemented from cdef_meta_object_rep.

Definition at line 105 of file cdef-method.h.

◆ meta_release()

virtual void cdef_meta_object_rep::meta_release ( void  )
inlinevirtualinherited

Reimplemented in cdef_package::cdef_package_rep, and cdef_class::cdef_class_rep.

Definition at line 646 of file cdef-object.h.

◆ meta_subsref()

octave_value_list cdef_method::cdef_method_rep::meta_subsref ( const std::string &  type,
const std::list< octave_value_list > &  idx,
int  nargout 
)
virtual

Reimplemented from cdef_meta_object_rep.

Definition at line 211 of file cdef-method.cc.

References octave_value_list::empty(), error(), and cdef_method::execute().

◆ operator=()

cdef_method_rep& cdef_method::cdef_method_rep::operator= ( const cdef_method_rep m)
delete

◆ put()

void cdef_object_scalar::put ( const std::string &  pname,
const octave_value val 
)
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().

◆ release()

◆ set_class()

void cdef_object_base::set_class ( const cdef_class cls)
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().

◆ set_function()

void cdef_method::cdef_method_rep::set_function ( const octave_value fcn)
inline

Definition at line 75 of file cdef-method.h.

◆ set_name()

void cdef_method::cdef_method_rep::set_name ( const std::string &  nm)
inline

Definition at line 69 of file cdef-method.h.

References cdef_object::put().

◆ set_property()

void cdef_object_scalar::set_property ( octave_idx_type  idx,
const std::string &  pname,
const octave_value pval 
)
inlinevirtualinherited

Reimplemented from cdef_object_rep.

Definition at line 490 of file cdef-object.h.

References error(), and cdef_object::put().

◆ static_count()

virtual octave_idx_type cdef_object_rep::static_count ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_package::cdef_package_rep, and cdef_class::cdef_class_rep.

Definition at line 176 of file cdef-object.h.

Referenced by cdef_object_rep::release().

◆ subsasgn()

◆ subsref()

octave_value_list cdef_object_scalar::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 
)
virtualinherited

◆ wrap()

cdef_method cdef_method::cdef_method_rep::wrap ( void  )
inlineprivate

Definition at line 119 of file cdef-method.h.

Member Data Documentation

◆ m_count

◆ m_ctor_list

◆ m_dispatch_type

std::string cdef_method::cdef_method_rep::m_dispatch_type
private

Definition at line 130 of file cdef-method.h.

Referenced by check_method().

◆ m_function

octave_value cdef_method::cdef_method_rep::m_function
private

Definition at line 125 of file cdef-method.h.

Referenced by check_method().

◆ m_klass

cdef_object cdef_object_base::m_klass
privateinherited

Definition at line 388 of file cdef-object.h.

Referenced by cdef_object_base::get_class(), and cdef_object_base::set_class().

◆ m_map

octave_scalar_map cdef_object_scalar::m_map
protectedinherited

Definition at line 533 of file cdef-object.h.

Referenced by cdef_object_scalar::break_closure_cycles().


The documentation for this class was generated from the following files: