GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::cdef_object_rep Class Reference

#include "cdef-object.h"

Inheritance diagram for octave::cdef_object_rep:
Collaboration diagram for octave::cdef_object_rep:

Public Member Functions

 cdef_object_rep (void)
 
virtual ~cdef_object_rep (void)=default
 
virtual Array< cdef_objectarray_value (void) const
 
std::string class_name (void) const
 
virtual cdef_object_repclone (void) const
 
virtual cdef_object_repcopy (void) const
 
virtual void destroy (void)
 
virtual dim_vector dims (void) const
 
virtual cdef_object_repempty_clone (void) const
 
virtual octave_value get (const std::string &) const
 
virtual cdef_class get_class (void) const
 
virtual octave_value get_property (octave_idx_type, const std::string &) const
 
virtual bool is_array (void) const
 
virtual bool is_constructed (void) const
 
virtual bool is_constructed_for (const cdef_class &) const
 
virtual bool is_handle_object (void) const
 
virtual bool is_meta_object (void) const
 
virtual bool is_partially_constructed_for (const cdef_class &) const
 
virtual bool is_valid (void) const
 
virtual bool is_value_object (void) const
 
virtual cdef_object_repmake_array (void) const
 
virtual string_vector map_keys (void) const
 
virtual void mark_as_constructed (const cdef_class &)
 
virtual void mark_as_constructed (void)
 
virtual void mark_for_construction (const cdef_class &)
 
cdef_object_repoperator= (const cdef_object_rep &)=delete
 
virtual void put (const std::string &, const octave_value &)
 
void release (const cdef_object &obj)
 
virtual void set_class (const cdef_class &)
 
virtual void set_property (octave_idx_type, const std::string &, const octave_value &)
 
virtual octave_idx_type static_count (void) const
 
virtual octave_value subsasgn (const std::string &, const std::list< octave_value_list > &, const octave_value &)
 
virtual octave_value_list subsref (const std::string &, const std::list< octave_value_list > &, int, size_t &, const cdef_class &, bool)
 

Protected Member Functions

 cdef_object_rep (const cdef_object_rep &)
 

Protected Attributes

refcount< octave_idx_typem_count
 

Private Member Functions

OCTAVE_NORETURN void err_invalid_object (const char *who) const
 

Friends

class cdef_object
 

Detailed Description

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

Constructor & Destructor Documentation

◆ cdef_object_rep() [1/2]

octave::cdef_object_rep::cdef_object_rep ( void  )
inline

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

◆ ~cdef_object_rep()

virtual octave::cdef_object_rep::~cdef_object_rep ( void  )
virtualdefault

◆ cdef_object_rep() [2/2]

octave::cdef_object_rep::cdef_object_rep ( const cdef_object_rep )
inlineprotected

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

Member Function Documentation

◆ array_value()

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

Reimplemented in octave::cdef_object_array.

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

◆ class_name()

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

◆ clone()

virtual cdef_object_rep* octave::cdef_object_rep::clone ( void  ) const
inlinevirtual

◆ copy()

◆ destroy()

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

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

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

Referenced by release().

◆ dims()

virtual dim_vector octave::cdef_object_rep::dims ( void  ) const
inlinevirtual

Reimplemented in octave::cdef_object_scalar, and octave::cdef_object_array.

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

◆ empty_clone()

virtual cdef_object_rep* octave::cdef_object_rep::empty_clone ( void  ) const
inlinevirtual

Reimplemented in octave::cdef_object_base.

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

◆ err_invalid_object()

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

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

References error().

Referenced by get_class().

◆ get()

virtual octave_value octave::cdef_object_rep::get ( const std::string &  ) const
inlinevirtual

Reimplemented in octave::cdef_object_scalar.

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

◆ get_class()

cdef_class octave::cdef_object_rep::get_class ( void  ) const
virtual

Reimplemented in octave::cdef_object_base.

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

References err_invalid_object().

Referenced by class_name(), octave::cdef_object::get_class(), map_keys(), and release().

◆ get_property()

virtual octave_value octave::cdef_object_rep::get_property ( octave_idx_type  ,
const std::string &   
) const
inlinevirtual

Reimplemented in octave::cdef_object_scalar, and octave::cdef_object_array.

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

◆ is_array()

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

Reimplemented in octave::cdef_object_array.

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

◆ is_constructed()

virtual bool octave::cdef_object_rep::is_constructed ( void  ) const
inlinevirtual

Reimplemented in octave::cdef_object_scalar.

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

◆ is_constructed_for()

virtual bool octave::cdef_object_rep::is_constructed_for ( const cdef_class ) const
inlinevirtual

Reimplemented in octave::cdef_object_scalar.

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

◆ is_handle_object()

virtual bool octave::cdef_object_rep::is_handle_object ( void  ) const
inlinevirtual

Reimplemented in octave::handle_cdef_object.

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

Referenced by release(), and octave::cdef_object_scalar::subsasgn().

◆ is_meta_object()

virtual bool octave::cdef_object_rep::is_meta_object ( void  ) const
inlinevirtual

Reimplemented in octave::cdef_meta_object_rep.

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

Referenced by release().

◆ is_partially_constructed_for()

virtual bool octave::cdef_object_rep::is_partially_constructed_for ( const cdef_class ) const
inlinevirtual

Reimplemented in octave::cdef_object_scalar.

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

◆ is_valid()

virtual bool octave::cdef_object_rep::is_valid ( void  ) const
inlinevirtual

◆ is_value_object()

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

Reimplemented in octave::value_cdef_object.

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

◆ make_array()

virtual cdef_object_rep* octave::cdef_object_rep::make_array ( void  ) const
inlinevirtual

Reimplemented in octave::cdef_object_base.

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

◆ map_keys()

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

◆ mark_as_constructed() [1/2]

virtual void octave::cdef_object_rep::mark_as_constructed ( const cdef_class )
inlinevirtual

Reimplemented in octave::cdef_object_scalar.

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

◆ mark_as_constructed() [2/2]

virtual void octave::cdef_object_rep::mark_as_constructed ( void  )
inlinevirtual

Reimplemented in octave::cdef_object_scalar.

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

◆ mark_for_construction()

virtual void octave::cdef_object_rep::mark_for_construction ( const cdef_class )
inlinevirtual

Reimplemented in octave::cdef_object_scalar.

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

◆ operator=()

cdef_object_rep& octave::cdef_object_rep::operator= ( const cdef_object_rep )
delete

◆ put()

virtual void octave::cdef_object_rep::put ( const std::string &  ,
const octave_value  
)
inlinevirtual

Reimplemented in octave::cdef_object_scalar.

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

◆ release()

◆ set_class()

virtual void octave::cdef_object_rep::set_class ( const cdef_class )
inlinevirtual

Reimplemented in octave::cdef_object_base.

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

◆ set_property()

virtual void octave::cdef_object_rep::set_property ( octave_idx_type  ,
const std::string &  ,
const octave_value  
)
inlinevirtual

Reimplemented in octave::cdef_object_scalar, and octave::cdef_object_array.

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

◆ static_count()

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

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

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

Referenced by release().

◆ subsasgn()

virtual octave_value octave::cdef_object_rep::subsasgn ( const std::string &  ,
const std::list< octave_value_list > &  ,
const octave_value  
)
inlinevirtual

Reimplemented in octave::cdef_object_scalar, and octave::cdef_object_array.

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

◆ subsref()

virtual octave_value_list octave::cdef_object_rep::subsref ( const std::string &  ,
const std::list< octave_value_list > &  ,
int  ,
size_t &  ,
const cdef_class ,
bool   
)
inlinevirtual

Reimplemented in octave::cdef_object_scalar, and octave::cdef_object_array.

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

Friends And Related Function Documentation

◆ cdef_object

friend class cdef_object
friend

Member Data Documentation

◆ m_count


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