#include "cdef-object.h"
|
| cdef_meta_object () |
|
| cdef_meta_object (cdef_meta_object_rep *r) |
|
| cdef_meta_object (const cdef_meta_object &obj) |
|
| cdef_meta_object (const cdef_object &obj) |
|
| ~cdef_meta_object ()=default |
|
std::string | doc_string () const |
|
void | doc_string (const std::string &txt) |
|
bool | is_class () const |
|
bool | is_method () const |
|
bool | is_package () const |
|
bool | is_property () const |
|
bool | meta_accepts_postfix_index (char type) const |
|
void | meta_release () |
|
octave_value_list | meta_subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout) |
|
cdef_meta_object & | operator= (const cdef_object &)=delete |
|
| cdef_object () |
|
| cdef_object (cdef_object_rep *r) |
|
| cdef_object (const cdef_object &obj) |
|
virtual | ~cdef_object () |
|
Array< cdef_object > | array_value () const |
|
void | break_closure_cycles (const std::shared_ptr< stack_frame > &frame) |
|
std::string | class_name () const |
|
cdef_object | clone () const |
|
cdef_object | copy () const |
|
dim_vector | dims () const |
|
cdef_object | empty_clone () const |
|
octave_value | get (const std::string &pname) const |
|
cdef_class | get_class () const |
|
octave_value | get_property (octave_idx_type idx, const std::string &pname) const |
|
const cdef_object_rep * | get_rep () const |
|
bool | is (const cdef_object &obj) const |
|
bool | is_array () const |
|
bool | is_constructed () const |
|
bool | is_constructed_for (const cdef_class &cls) const |
|
bool | is_handle_object () const |
|
bool | is_meta_object () const |
|
bool | is_partially_constructed_for (const cdef_class &cls) const |
|
bool | is_value_object () const |
|
cdef_object | make_array () const |
|
string_vector | map_keys () const |
|
octave_map | map_value () const |
|
void | mark_as_constructed () |
|
void | mark_as_constructed (const cdef_class &cls) |
|
void | mark_for_construction (const cdef_class &cls) |
|
bool | ok () const |
|
cdef_object & | operator= (const cdef_object &obj) |
|
void | put (const std::string &pname, const octave_value &val) |
|
void | set_class (const cdef_class &cls) |
|
void | set_property (octave_idx_type idx, const std::string &pname, const octave_value &pval) |
|
octave_value | subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs, int ignore_copies=0) |
|
octave_value_list | subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout, std::size_t &skip, const cdef_class &context, bool auto_add=false) |
|
Definition at line 667 of file cdef-object.h.
◆ cdef_meta_object() [1/4]
cdef_meta_object::cdef_meta_object |
( |
| ) |
|
|
inline |
◆ cdef_meta_object() [2/4]
◆ cdef_meta_object() [3/4]
◆ cdef_meta_object() [4/4]
cdef_meta_object::cdef_meta_object |
( |
const cdef_object & |
obj | ) |
|
|
inline |
◆ ~cdef_meta_object()
cdef_meta_object::~cdef_meta_object |
( |
| ) |
|
|
default |
◆ doc_string() [1/2]
std::string cdef_meta_object::doc_string |
( |
| ) |
const |
|
inline |
◆ doc_string() [2/2]
void cdef_meta_object::doc_string |
( |
const std::string & |
txt | ) |
|
|
inline |
◆ is_class()
bool cdef_meta_object::is_class |
( |
| ) |
const |
|
inline |
◆ is_method()
bool cdef_meta_object::is_method |
( |
| ) |
const |
|
inline |
◆ is_package()
bool cdef_meta_object::is_package |
( |
| ) |
const |
|
inline |
◆ is_property()
bool cdef_meta_object::is_property |
( |
| ) |
const |
|
inline |
◆ meta_accepts_postfix_index()
bool cdef_meta_object::meta_accepts_postfix_index |
( |
char |
type | ) |
const |
|
inline |
◆ meta_release()
void cdef_meta_object::meta_release |
( |
| ) |
|
|
inline |
◆ meta_subsref()
◆ operator=()
The documentation for this class was generated from the following file: