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

Public Member Functions

 cdef_method_rep (void)
 
 ~cdef_method_rep (void)=default
 
virtual Array< cdef_objectarray_value (void) const
 
bool check_access (void) const
 
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
 
octave_value_list execute (const cdef_object &obj, const octave_value_list &args, int nargout, bool do_check_access=true, const std::string &who="")
 
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
 
cdef_class get_class (void) const
 
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
 
bool is_constructed_for (const cdef_class &cls) const
 
bool is_constructor (void) const
 
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
 
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
 
cdef_object_repmake_array (void) const
 
virtual string_vector map_keys (void) const
 
void mark_as_constructed (const cdef_class &cls)
 
void mark_as_constructed (void)
 
void mark_as_external (const std::string &dtype)
 
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)
 
void release (const cdef_object &obj)
 
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
 
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
 
refcount< octave_idx_typem_count
 
octave_scalar_map map
 

Private Member Functions

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

Private Attributes

std::string dispatch_type
 
octave_value function
 
cdef_object klass
 

Detailed Description

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

Constructor & Destructor Documentation

◆ cdef_method_rep() [1/2]

octave::cdef_method::cdef_method_rep::cdef_method_rep ( void  )
inline

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

◆ ~cdef_method_rep()

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

◆ cdef_method_rep() [2/2]

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

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

Member Function Documentation

◆ array_value()

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

Reimplemented in octave::cdef_object_array.

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

◆ check_access()

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

◆ check_method()

◆ class_name()

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

◆ clone()

cdef_object_rep* octave::handle_cdef_object::clone ( void  ) const
inlinevirtualinherited

Reimplemented from octave::cdef_object_rep.

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

References octave::cdef_object_rep::m_count.

◆ copy()

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

Reimplemented from octave::cdef_object_rep.

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

◆ destroy()

virtual void octave::cdef_object_rep::destroy ( void  )
inlinevirtualinherited

◆ dims()

dim_vector octave::cdef_object_scalar::dims ( void  ) const
inlinevirtualinherited

Reimplemented from octave::cdef_object_rep.

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

◆ empty_clone()

cdef_object_rep* octave::cdef_object_base::empty_clone ( void  ) const
inlinevirtualinherited

Reimplemented from octave::cdef_object_rep.

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

◆ err_invalid_object()

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

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

References error().

Referenced by octave::cdef_object_rep::get_class().

◆ execute() [1/2]

octave_value_list octave::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 octave::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 octave::cdef_object_scalar::get ( const std::string &  pname) const
inlinevirtualinherited

Reimplemented from octave::cdef_object_rep.

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

References error(), and Array< T >::numel().

Referenced by octave::cdef_property::cdef_property_rep::get_value().

◆ get_class()

◆ get_doc_string()

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

◆ get_function()

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

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

◆ get_name()

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

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

Referenced by check_method().

◆ get_property()

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

Reimplemented from octave::cdef_object_rep.

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

References error().

◆ is_array()

virtual bool octave::cdef_object_rep::is_array ( void  ) const
inlinevirtualinherited

Reimplemented in octave::cdef_object_array.

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

◆ is_class()

virtual bool octave::cdef_meta_object_rep::is_class ( void  ) const
inlinevirtualinherited

Reimplemented in octave::cdef_class::cdef_class_rep.

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

◆ is_constructed()

bool octave::cdef_object_scalar::is_constructed ( void  ) const
inlinevirtualinherited

◆ is_constructed_for()

bool octave::cdef_object_scalar::is_constructed_for ( const cdef_class cls) const
virtualinherited

◆ is_constructor()

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

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

◆ is_defined_in_class()

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

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

◆ is_external()

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

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

Referenced by check_method().

◆ is_handle_object()

bool octave::handle_cdef_object::is_handle_object ( void  ) const
inlinevirtualinherited

Reimplemented from octave::cdef_object_rep.

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

◆ is_meta_object()

bool octave::cdef_meta_object_rep::is_meta_object ( void  ) const
inlinevirtualinherited

Reimplemented from octave::cdef_object_rep.

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

◆ is_method()

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

Reimplemented from octave::cdef_meta_object_rep.

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

◆ is_package()

virtual bool octave::cdef_meta_object_rep::is_package ( void  ) const
inlinevirtualinherited

Reimplemented in octave::cdef_package::cdef_package_rep.

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

◆ is_partially_constructed_for()

bool octave::cdef_object_scalar::is_partially_constructed_for ( const cdef_class cls) const
virtualinherited

◆ is_property()

virtual bool octave::cdef_meta_object_rep::is_property ( void  ) const
inlinevirtualinherited

Reimplemented in octave::cdef_property::cdef_property_rep.

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

◆ is_static()

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

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

◆ is_valid()

bool octave::handle_cdef_object::is_valid ( void  ) const
inlinevirtualinherited

Reimplemented from octave::cdef_object_rep.

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

◆ is_value_object()

virtual bool octave::cdef_object_rep::is_value_object ( void  ) const
inlinevirtualinherited

Reimplemented in octave::value_cdef_object.

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

◆ make_array()

cdef_object_rep * octave::cdef_object_base::make_array ( void  ) const
virtualinherited

Reimplemented from octave::cdef_object_rep.

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

References octave::cdef_object_base::get_class(), and r.

◆ map_keys()

string_vector octave::cdef_object_rep::map_keys ( void  ) const
virtualinherited

◆ mark_as_constructed() [1/2]

void octave::cdef_object_scalar::mark_as_constructed ( const cdef_class cls)
virtualinherited

Reimplemented from octave::cdef_object_rep.

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

References octave::cdef_object_scalar::ctor_list.

◆ mark_as_constructed() [2/2]

void octave::cdef_object_scalar::mark_as_constructed ( void  )
inlinevirtualinherited

Reimplemented from octave::cdef_object_rep.

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

◆ mark_as_external()

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

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

◆ mark_for_construction()

void octave::cdef_object_scalar::mark_for_construction ( const cdef_class cls)
virtualinherited

◆ meta_accepts_postfix_index()

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

Reimplemented from octave::cdef_meta_object_rep.

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

◆ meta_release()

virtual void octave::cdef_meta_object_rep::meta_release ( void  )
inlinevirtualinherited

◆ meta_subsref()

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

Reimplemented from octave::cdef_meta_object_rep.

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

References error(), octave::cdef_method::execute(), and retval.

◆ operator=()

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

◆ put()

void octave::cdef_object_scalar::put ( const std::string &  pname,
const octave_value val 
)
inlinevirtualinherited

Reimplemented from octave::cdef_object_rep.

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

Referenced by octave::cdef_class::cdef_class_rep::cdef_class_rep().

◆ release()

◆ set_class()

void octave::cdef_object_base::set_class ( const cdef_class cls)
virtualinherited

◆ set_function()

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

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

◆ set_name()

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

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

◆ set_property()

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

Reimplemented from octave::cdef_object_rep.

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

References error().

◆ static_count()

virtual octave_idx_type octave::cdef_object_rep::static_count ( void  ) const
inlinevirtualinherited

◆ subsasgn()

◆ subsref()

◆ wrap()

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

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

Member Data Documentation

◆ ctor_list

◆ dispatch_type

std::string octave::cdef_method::cdef_method_rep::dispatch_type
private

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

Referenced by check_method().

◆ function

octave_value octave::cdef_method::cdef_method_rep::function
private

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

◆ klass

cdef_object octave::cdef_object_base::klass
privateinherited

◆ m_count

◆ map

octave_scalar_map octave::cdef_object_scalar::map
protectedinherited

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


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