GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Attributes | Private Member Functions | List of all members
cdef_property::cdef_property_rep Class Reference
Inheritance diagram for cdef_property::cdef_property_rep:
Inheritance graph
[legend]
Collaboration diagram for cdef_property::cdef_property_rep:
Collaboration graph
[legend]

Public Member Functions

 cdef_property_rep (void)
 
virtual Array< cdef_objectarray_value (void) const
 
bool check_get_access (void) const
 
bool check_set_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 get (const std::string &pname) const
 
cdef_class get_class (void) const
 
std::string get_name (void) const
 
octave_value get_value (bool do_check_access=true, const std::string &who=std::string())
 
octave_value get_value (const cdef_object &obj, bool do_check_access=true, const std::string &who=std::string())
 
virtual bool is_array (void) const
 
virtual bool is_class (void) const
 
bool is_constant (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
 
virtual bool is_package (void) const
 
bool is_partially_constructed_for (const cdef_class &cls) const
 
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 &)
 
virtual bool meta_is_postfix_index_handled (char) const
 
virtual void meta_release (void)
 
virtual octave_value_list meta_subsref (const std::string &, const std::list< octave_value_list > &, int)
 
void put (const std::string &pname, const octave_value &val)
 
void release (void)
 
void set_class (const cdef_class &cls)
 
void set_name (const std::string &nm)
 
void set_value (cdef_object &obj, const octave_value &val, bool do_check_access=true, const std::string &who=std::string())
 
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
 
octave_scalar_map map
 
octave_refcount< octave_idx_typerefcount
 

Private Member Functions

 cdef_property_rep (const cdef_property_rep &p)
 
bool is_recursive_set (const cdef_object &obj) const
 
cdef_property wrap (void)
 

Detailed Description

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

Constructor & Destructor Documentation

cdef_property::cdef_property_rep::cdef_property_rep ( void  )
inline

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

cdef_property::cdef_property_rep::cdef_property_rep ( const cdef_property_rep p)
inlineprivate

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

Member Function Documentation

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

Reimplemented in cdef_object_array.

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

Referenced by cdef_object::array_value().

bool cdef_property::cdef_property_rep::check_get_access ( void  ) const

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

References check_access(), error_state, cdef_class::get_name(), and to_cdef().

bool cdef_property::cdef_property_rep::check_set_access ( void  ) const

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

References check_access(), error_state, cdef_class::get_name(), and to_cdef().

std::string cdef_object_rep::class_name ( void  ) const
inlineinherited
cdef_object_rep* handle_cdef_object::clone ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

References cdef_object_rep::refcount.

cdef_object_rep* cdef_property::cdef_property_rep::copy ( void  ) const
inlinevirtual

Reimplemented from cdef_meta_object_rep.

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

virtual void cdef_object_rep::destroy ( void  )
inlinevirtualinherited

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

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

dim_vector cdef_object_scalar::dims ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

cdef_object_rep* cdef_object_base::empty_clone ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

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

Reimplemented from cdef_object_rep.

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

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

cdef_class cdef_object_base::get_class ( void  ) const
inlinevirtualinherited
std::string cdef_property::cdef_property_rep::get_name ( void  ) const
inline

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

octave_value cdef_property::cdef_property_rep::get_value ( bool  do_check_access = true,
const std::string &  who = std::string () 
)

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

References gripe_property_access(), and octave_value().

octave_value cdef_property::cdef_property_rep::get_value ( const cdef_object obj,
bool  do_check_access = true,
const std::string &  who = std::string () 
)
virtual bool cdef_object_rep::is_array ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_object_array.

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

Referenced by cdef_object::is_array().

virtual bool cdef_meta_object_rep::is_class ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_class::cdef_class_rep.

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

bool cdef_property::cdef_property_rep::is_constant ( void  ) const
inline

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

bool cdef_object_scalar::is_constructed ( void  ) const
inlinevirtualinherited
bool cdef_object_scalar::is_constructed_for ( const cdef_class cls) const
virtualinherited
bool handle_cdef_object::is_handle_object ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

bool cdef_meta_object_rep::is_meta_object ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

virtual bool cdef_meta_object_rep::is_method ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_method::cdef_method_rep.

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

virtual bool cdef_meta_object_rep::is_package ( void  ) const
inlinevirtualinherited

Reimplemented in cdef_package::cdef_package_rep.

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

bool cdef_object_scalar::is_partially_constructed_for ( const cdef_class cls) const
virtualinherited
bool cdef_property::cdef_property_rep::is_property ( void  ) const
inlinevirtual

Reimplemented from cdef_meta_object_rep.

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

bool cdef_property::cdef_property_rep::is_recursive_set ( const cdef_object obj) const
private

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

bool handle_cdef_object::is_valid ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

virtual bool cdef_object_rep::is_value_object ( void  ) const
inlinevirtualinherited

Reimplemented in value_cdef_object.

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

Referenced by cdef_object::is_value_object().

cdef_object_rep * cdef_object_base::make_array ( void  ) const
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

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

string_vector cdef_object_rep::map_keys ( void  ) const
virtualinherited
void cdef_object_scalar::mark_as_constructed ( void  )
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

void cdef_object_scalar::mark_as_constructed ( const cdef_class cls)
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

void cdef_object_scalar::mark_for_construction ( const cdef_class cls)
virtualinherited
virtual bool cdef_meta_object_rep::meta_is_postfix_index_handled ( char  ) const
inlinevirtualinherited
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 553 of file ov-classdef.h.

virtual octave_value_list cdef_meta_object_rep::meta_subsref ( const std::string &  ,
const std::list< octave_value_list > &  ,
int   
)
inlinevirtualinherited
void cdef_object_scalar::put ( const std::string &  pname,
const octave_value val 
)
inlinevirtualinherited

Reimplemented from cdef_object_rep.

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

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

void cdef_object_rep::release ( void  )
inlineinherited

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

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

void cdef_object_base::set_class ( const cdef_class cls)
inlinevirtualinherited
void cdef_property::cdef_property_rep::set_name ( const std::string &  nm)
inline

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

References cdef_object::put().

void cdef_property::cdef_property_rep::set_value ( cdef_object obj,
const octave_value val,
bool  do_check_access = true,
const std::string &  who = std::string () 
)
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 158 of file ov-classdef.h.

octave_value cdef_object_scalar::subsasgn ( const std::string &  type,
const std::list< octave_value_list > &  idx,
const octave_value rhs 
)
virtualinherited
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
cdef_property cdef_property::cdef_property_rep::wrap ( void  )
inlineprivate

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

Member Data Documentation

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

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

octave_refcount<octave_idx_type> cdef_object_rep::refcount
protectedinherited

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