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

#include "ov-classdef.h"

Inheritance diagram for cdef_object_rep:
Collaboration diagram for 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 (void)
 
virtual void mark_as_constructed (const cdef_class &)
 
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

octave::refcount< octave_idx_typerefcount
 

Private Member Functions

OCTAVE_NORETURN void err_invalid_object (const char *who) const
 

Friends

class cdef_object
 

Detailed Description

Definition at line 54 of file ov-classdef.h.

Constructor & Destructor Documentation

◆ cdef_object_rep() [1/2]

cdef_object_rep::cdef_object_rep ( void  )
inline

Definition at line 62 of file ov-classdef.h.

◆ ~cdef_object_rep()

virtual cdef_object_rep::~cdef_object_rep ( void  )
virtualdefault

◆ cdef_object_rep() [2/2]

cdef_object_rep::cdef_object_rep ( const cdef_object_rep )
inlineprotected

Definition at line 193 of file ov-classdef.h.

Member Function Documentation

◆ array_value()

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

Reimplemented in cdef_object_array.

Definition at line 102 of file ov-classdef.h.

Referenced by cdef_object::array_value().

◆ class_name()

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

Definition at line 1237 of file ov-classdef.h.

References get_class(), and cdef_class::get_name().

Referenced by cdef_object::class_name().

◆ clone()

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

Reimplemented in value_cdef_object, handle_cdef_object, and cdef_object_array.

Definition at line 74 of file ov-classdef.h.

Referenced by cdef_object::clone().

◆ copy()

◆ destroy()

virtual void cdef_object_rep::destroy ( void  )
inlinevirtual

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

Definition at line 178 of file ov-classdef.h.

◆ dims()

virtual dim_vector cdef_object_rep::dims ( void  ) const
inlinevirtual

Reimplemented in cdef_object_scalar, and cdef_object_array.

Definition at line 182 of file ov-classdef.h.

Referenced by cdef_object::dims().

◆ empty_clone()

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

Reimplemented in cdef_object_base.

Definition at line 79 of file ov-classdef.h.

Referenced by cdef_object::empty_clone().

◆ err_invalid_object()

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

Definition at line 199 of file ov-classdef.h.

References error().

Referenced by get_class().

◆ get()

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

Reimplemented in cdef_object_scalar.

Definition at line 110 of file ov-classdef.h.

Referenced by cdef_object::get().

◆ get_class()

cdef_class cdef_object_rep::get_class ( void  ) const
inlinevirtual

Reimplemented in cdef_object_base.

Definition at line 1231 of file ov-classdef.h.

References err_invalid_object().

Referenced by class_name(), and cdef_object::get_class().

◆ get_property()

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

Reimplemented in cdef_object_scalar, and cdef_object_array.

Definition at line 121 of file ov-classdef.h.

Referenced by cdef_object::get_property().

◆ is_array()

virtual bool cdef_object_rep::is_array ( void  ) const
inlinevirtual

Reimplemented in cdef_object_array.

Definition at line 94 of file ov-classdef.h.

Referenced by cdef_object::is_array().

◆ is_constructed()

virtual bool cdef_object_rep::is_constructed ( void  ) const
inlinevirtual

Reimplemented in cdef_object_scalar.

Definition at line 171 of file ov-classdef.h.

Referenced by cdef_object::is_constructed().

◆ is_constructed_for()

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

Reimplemented in cdef_object_scalar.

Definition at line 151 of file ov-classdef.h.

Referenced by cdef_object::is_constructed_for().

◆ is_handle_object()

virtual bool cdef_object_rep::is_handle_object ( void  ) const
inlinevirtual

Reimplemented in handle_cdef_object.

Definition at line 98 of file ov-classdef.h.

Referenced by cdef_object::is_handle_object().

◆ is_meta_object()

virtual bool cdef_object_rep::is_meta_object ( void  ) const
inlinevirtual

Reimplemented in cdef_meta_object_rep.

Definition at line 100 of file ov-classdef.h.

Referenced by cdef_object::is_meta_object().

◆ is_partially_constructed_for()

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

Reimplemented in cdef_object_scalar.

Definition at line 156 of file ov-classdef.h.

Referenced by cdef_object::is_partially_constructed_for().

◆ is_valid()

virtual bool cdef_object_rep::is_valid ( void  ) const
inlinevirtual

Reimplemented in value_cdef_object, handle_cdef_object, and cdef_object_array.

Definition at line 142 of file ov-classdef.h.

Referenced by cdef_object::ok().

◆ is_value_object()

virtual bool cdef_object_rep::is_value_object ( void  ) const
inlinevirtual

Reimplemented in value_cdef_object.

Definition at line 96 of file ov-classdef.h.

Referenced by cdef_object::is_value_object().

◆ make_array()

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

Reimplemented in cdef_object_base.

Definition at line 89 of file ov-classdef.h.

Referenced by cdef_object::make_array().

◆ map_keys()

string_vector cdef_object_rep::map_keys ( void  ) const
virtual

Definition at line 1330 of file ov-classdef.cc.

Referenced by cdef_object::map_keys().

◆ mark_as_constructed() [1/2]

virtual void cdef_object_rep::mark_as_constructed ( void  )
inlinevirtual

Reimplemented in cdef_object_scalar.

Definition at line 161 of file ov-classdef.h.

Referenced by cdef_object::mark_as_constructed().

◆ mark_as_constructed() [2/2]

virtual void cdef_object_rep::mark_as_constructed ( const cdef_class )
inlinevirtual

Reimplemented in cdef_object_scalar.

Definition at line 166 of file ov-classdef.h.

◆ mark_for_construction()

virtual void cdef_object_rep::mark_for_construction ( const cdef_class )
inlinevirtual

Reimplemented in cdef_object_scalar.

Definition at line 146 of file ov-classdef.h.

Referenced by cdef_object::mark_for_construction().

◆ operator=()

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

◆ put()

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

Reimplemented in cdef_object_scalar.

Definition at line 107 of file ov-classdef.h.

Referenced by cdef_object::put().

◆ release()

void cdef_object_rep::release ( const cdef_object obj)

Definition at line 1218 of file ov-classdef.cc.

Referenced by cdef_object::operator=(), and cdef_object::~cdef_object().

◆ set_class()

virtual void cdef_object_rep::set_class ( const cdef_class )
inlinevirtual

Reimplemented in cdef_object_base.

Definition at line 71 of file ov-classdef.h.

Referenced by cdef_object_base::make_array(), and cdef_object::set_class().

◆ set_property()

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

Reimplemented in cdef_object_scalar, and cdef_object_array.

Definition at line 115 of file ov-classdef.h.

Referenced by cdef_object::set_property().

◆ static_count()

virtual octave_idx_type cdef_object_rep::static_count ( void  ) const
inlinevirtual

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

Definition at line 176 of file ov-classdef.h.

◆ subsasgn()

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

Reimplemented in cdef_object_scalar, and cdef_object_array.

Definition at line 134 of file ov-classdef.h.

Referenced by cdef_object::subsasgn().

◆ subsref()

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

Reimplemented in cdef_object_scalar, and cdef_object_array.

Definition at line 127 of file ov-classdef.h.

Referenced by cdef_object::subsref().

Friends And Related Function Documentation

◆ cdef_object

friend class cdef_object
friend

Definition at line 58 of file ov-classdef.h.

Member Data Documentation

◆ refcount


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