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

Public Member Functions

 cdef_package_rep (void)
 
 ~cdef_package_rep (void)=default
 
virtual Array< cdef_objectarray_value (void) const
 
std::string class_name (void) const
 
cdef_object_repclone (void) const
 
cdef_object_repcopy (void) const
 
void destroy (void)
 
dim_vector dims (void) const
 
cdef_object_repempty_clone (void) const
 
octave_value find (const std::string &nm)
 
octave_value get (const std::string &pname) const
 
cdef_class get_class (void) const
 
Cell get_classes (void) const
 
Cell get_functions (void) const
 
std::string get_name (void) const
 
Cell get_packages (void) const
 
octave_value get_property (octave_idx_type idx, const std::string &pname) const
 
void install_class (const cdef_class &cls, const std::string &nm)
 
void install_function (const octave_value &fcn, const std::string &nm)
 
void install_package (const cdef_package &pack, const std::string &nm)
 
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_handle_object (void) const
 
bool is_meta_object (void) const
 
virtual bool is_method (void) const
 
bool is_package (void) const
 
bool is_partially_constructed_for (const cdef_class &cls) const
 
virtual bool is_property (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 (void)
 
void mark_as_constructed (const cdef_class &cls)
 
void mark_for_construction (const cdef_class &)
 
bool meta_accepts_postfix_index (char type) const
 
void meta_release (void)
 
octave_value_list meta_subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout)
 
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_name (const std::string &nm)
 
void set_property (octave_idx_type idx, const std::string &pname, const octave_value &pval)
 
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
 
octave_scalar_map map
 
octave::refcount< octave_idx_typerefcount
 

Private Types

typedef std::map< std::string, cdef_class >::const_iterator class_const_iterator
 
typedef std::map< std::string, cdef_class >::iterator class_iterator
 
typedef std::map< std::string, octave_value >::const_iterator function_const_iterator
 
typedef std::map< std::string, octave_value >::iterator function_iterator
 
typedef std::map< std::string, cdef_package >::const_iterator package_const_iterator
 
typedef std::map< std::string, cdef_package >::iterator package_iterator
 

Private Member Functions

 cdef_package_rep (const cdef_package_rep &p)
 
cdef_package wrap (void)
 

Private Attributes

std::map< std::string, cdef_classclass_map
 
std::string full_name
 
std::map< std::string, octave_valuefunction_map
 
octave_idx_type member_count
 
std::map< std::string, cdef_packagepackage_map
 

Detailed Description

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

Member Typedef Documentation

◆ class_const_iterator

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

◆ class_iterator

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

◆ function_const_iterator

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

◆ function_iterator

◆ package_const_iterator

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

◆ package_iterator

Constructor & Destructor Documentation

◆ cdef_package_rep() [1/2]

cdef_package::cdef_package_rep::cdef_package_rep ( void  )
inline

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

◆ ~cdef_package_rep()

cdef_package::cdef_package_rep::~cdef_package_rep ( void  )
default

◆ cdef_package_rep() [2/2]

cdef_package::cdef_package_rep::cdef_package_rep ( const cdef_package_rep p)
inlineprivate

Definition at line 1384 of file ov-classdef.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 102 of file ov-classdef.h.

Referenced by cdef_object::array_value().

◆ class_name()

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

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

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

Referenced by cdef_object::class_name().

◆ clone()

cdef_object_rep* handle_cdef_object::clone ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

References cdef_object_rep::refcount.

◆ copy()

cdef_object_rep* cdef_package::cdef_package_rep::copy ( void  ) const
inlinevirtual

Reimplemented from cdef_meta_object_rep.

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

◆ destroy()

void cdef_package::cdef_package_rep::destroy ( void  )
inlinevirtual

Reimplemented from cdef_object_rep.

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

◆ dims()

dim_vector cdef_object_scalar::dims ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

◆ empty_clone()

cdef_object_rep* cdef_object_base::empty_clone ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

◆ find()

octave_value cdef_package::cdef_package_rep::find ( const std::string nm)

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

◆ get()

octave_value cdef_object_scalar::get ( const std::string pname) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

References octave_map::contents(), error(), map, pname, and val.

◆ get_class()

cdef_class cdef_object_base::get_class ( void  ) const
inlinevirtualinherited

◆ get_classes()

Cell cdef_package::cdef_package_rep::get_classes ( void  ) const

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

◆ get_functions()

Cell cdef_package::cdef_package_rep::get_functions ( void  ) const

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

◆ get_name()

std::string cdef_package::cdef_package_rep::get_name ( void  ) const
inline

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

◆ get_packages()

Cell cdef_package::cdef_package_rep::get_packages ( void  ) const

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

◆ 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 467 of file ov-classdef.h.

References error(), and pname.

◆ install_class()

void cdef_package::cdef_package_rep::install_class ( const cdef_class cls,
const std::string nm 
)

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

◆ install_function()

void cdef_package::cdef_package_rep::install_function ( const octave_value fcn,
const std::string nm 
)

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

◆ install_package()

void cdef_package::cdef_package_rep::install_package ( const cdef_package pack,
const std::string nm 
)

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

◆ is_array()

virtual bool cdef_object_rep::is_array ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_object_array.

Definition at line 94 of file ov-classdef.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 587 of file ov-classdef.h.

◆ is_constructed()

bool cdef_object_scalar::is_constructed ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

◆ is_constructed_for()

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

Reimplemented from cdef_object_rep.

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

◆ is_handle_object()

bool handle_cdef_object::is_handle_object ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

◆ is_meta_object()

bool cdef_meta_object_rep::is_meta_object ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

◆ is_method()

virtual bool cdef_meta_object_rep::is_method ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_method::cdef_method_rep.

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

◆ is_package()

bool cdef_package::cdef_package_rep::is_package ( void  ) const
inlinevirtual

Reimplemented from cdef_meta_object_rep.

Definition at line 1321 of file ov-classdef.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 1832 of file ov-classdef.cc.

◆ is_property()

virtual bool cdef_meta_object_rep::is_property ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_property::cdef_property_rep.

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

◆ is_valid()

bool handle_cdef_object::is_valid ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

◆ is_value_object()

virtual bool cdef_object_rep::is_value_object ( void  ) const
inlinevirtualinherited

Reimplemented in value_cdef_object.

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

Referenced by cdef_object::is_value_object().

◆ make_array()

cdef_object_rep * cdef_object_base::make_array ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

References cdef_object_base::get_class(), and cdef_object_rep::set_class().

◆ map_keys()

string_vector cdef_object_rep::map_keys ( void  ) const
virtualinherited

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

Referenced by cdef_object::map_keys().

◆ mark_as_constructed() [1/2]

void cdef_object_scalar::mark_as_constructed ( void  )
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

◆ mark_as_constructed() [2/2]

void cdef_object_scalar::mark_as_constructed ( const cdef_class cls)
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

◆ mark_for_construction()

void cdef_object_scalar::mark_for_construction ( const cdef_class cls)
virtualinherited

Reimplemented from cdef_object_rep.

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

◆ meta_accepts_postfix_index()

bool cdef_package::cdef_package_rep::meta_accepts_postfix_index ( char  type) const
inlinevirtual

Reimplemented from cdef_meta_object_rep.

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

References type.

◆ meta_release()

void cdef_package::cdef_package_rep::meta_release ( void  )
virtual

Reimplemented from cdef_meta_object_rep.

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

◆ meta_subsref()

octave_value_list cdef_package::cdef_package_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 3361 of file ov-classdef.cc.

◆ put()

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

Reimplemented from cdef_object_rep.

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

References octave_map::assign(), map, pname, and val.

◆ release()

void cdef_object_rep::release ( const cdef_object obj)
inherited

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

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

◆ set_class()

void cdef_object_base::set_class ( const cdef_class cls)
inlinevirtualinherited

◆ set_name()

void cdef_package::cdef_package_rep::set_name ( const std::string nm)
inline

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

References nm, and 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 457 of file ov-classdef.h.

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

◆ static_count()

octave_idx_type cdef_package::cdef_package_rep::static_count ( void  ) const
inlinevirtual

Reimplemented from cdef_object_rep.

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

◆ subsasgn()

octave_value cdef_object_scalar::subsasgn ( const std::string type,
const std::list< octave_value_list > &  idx,
const octave_value rhs 
)
virtualinherited

Reimplemented from cdef_object_rep.

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

◆ subsref()

octave_value_list cdef_object_scalar::subsref ( const std::string type,
const std::list< octave_value_list > &  idx,
int  nargout,
size_t skip,
const cdef_class context,
bool  auto_add 
)
virtualinherited

Reimplemented from cdef_object_rep.

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

◆ wrap()

cdef_package cdef_package::cdef_package_rep::wrap ( void  )
inlineprivate

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

Member Data Documentation

◆ class_map

std::map<std::string, cdef_class> cdef_package::cdef_package_rep::class_map
private

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

◆ ctor_list

std::map< cdef_class, std::list<cdef_class> > cdef_object_scalar::ctor_list
protectedinherited

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

◆ full_name

std::string cdef_package::cdef_package_rep::full_name
private

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

◆ function_map

std::map<std::string, octave_value> cdef_package::cdef_package_rep::function_map
private

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

◆ map

octave_scalar_map cdef_object_scalar::map
protectedinherited

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

◆ member_count

octave_idx_type cdef_package::cdef_package_rep::member_count
private

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

◆ package_map

std::map<std::string, cdef_package> cdef_package::cdef_package_rep::package_map
private

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

◆ refcount

octave::refcount<octave_idx_type> cdef_object_rep::refcount
protectedinherited

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