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

Public Member Functions

 anonymous_fcn_handle (const anonymous_fcn_handle &)=default
 
 anonymous_fcn_handle (const octave_value &fcn, const stack_frame::local_vars_map &local_vars)
 
 anonymous_fcn_handle (const std::string &name="")
 
 ~anonymous_fcn_handle (void)=default
 
octave_value_list call (int nargout, const octave_value_list &args)
 
anonymous_fcn_handleclone (void) const
 
octave_value convert_to_str_internal (bool pad, bool force, char type) const
 
std::string fcn_name (void) const
 
octave_value fcn_val (void)
 
std::string file (void) const
 
octave_functionfunction_value (bool=false)
 
virtual std::string get_dispatch_class (void) const
 
octave_scalar_map info (void)
 
bool is_anonymous (void) const
 
virtual bool is_class_simple (void) const
 
virtual bool is_internal (void) const
 
virtual bool is_nested (void) const
 
virtual bool is_scoped (void) const
 
virtual bool is_simple (void) const
 
bool load_ascii (std::istream &is)
 
bool load_binary (std::istream &is, bool swap, mach_info::float_format fmt)
 
bool load_hdf5 (octave_hdf5_id &group_hid, octave_hdf5_id &space_hid, octave_hdf5_id &type_hid)
 
bool parse (const std::string &fcn_text)
 
bool print_as_scalar (void) const
 
void print_raw (std::ostream &, bool pr_as_read_syntax, int current_print_indent_level) const
 
bool save_ascii (std::ostream &os)
 
bool save_binary (std::ostream &os, bool save_as_floats)
 
bool save_hdf5 (octave_hdf5_id loc_id, const char *name, bool save_as_floats)
 
virtual void set_dispatch_class (const std::string &)
 
virtual bool set_fcn (const std::string &, const std::string &)
 
octave_value_list subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout)
 
std::string type (void) const
 
octave_user_functionuser_function_value (bool=false)
 
octave_value workspace (void) const
 

Static Public Attributes

static const std::string anonymous
 

Protected Member Functions

void unimplemented (const char *op, const char *fmt) const
 
void warn_load (const char *file_type) const
 
void warn_save (const char *file_type) const
 

Protected Attributes

octave_value m_fcn
 
std::string m_file
 
stack_frame::local_vars_map m_local_vars
 
std::string m_name
 

Friends

bool is_equal_to (const anonymous_fcn_handle &fh1, const anonymous_fcn_handle &fh2)
 

Detailed Description

Definition at line 504 of file ov-fcn-handle.cc.

Constructor & Destructor Documentation

◆ anonymous_fcn_handle() [1/3]

octave::anonymous_fcn_handle::anonymous_fcn_handle ( const std::string &  name = "")
inline

Definition at line 515 of file ov-fcn-handle.cc.

Referenced by clone().

◆ anonymous_fcn_handle() [2/3]

octave::anonymous_fcn_handle::anonymous_fcn_handle ( const octave_value fcn,
const stack_frame::local_vars_map local_vars 
)

Definition at line 1834 of file ov-fcn-handle.cc.

◆ anonymous_fcn_handle() [3/3]

octave::anonymous_fcn_handle::anonymous_fcn_handle ( const anonymous_fcn_handle )
default

◆ ~anonymous_fcn_handle()

octave::anonymous_fcn_handle::~anonymous_fcn_handle ( void  )
default

Member Function Documentation

◆ call()

◆ clone()

anonymous_fcn_handle* octave::anonymous_fcn_handle::clone ( void  ) const
inlinevirtual

Implements octave::base_fcn_handle.

Definition at line 526 of file ov-fcn-handle.cc.

References anonymous_fcn_handle().

◆ convert_to_str_internal()

octave_value octave::base_fcn_handle::convert_to_str_internal ( bool  pad,
bool  force,
char  type 
) const
inherited

◆ fcn_name()

◆ fcn_val()

octave_value octave::anonymous_fcn_handle::fcn_val ( void  )
inlinevirtual

Reimplemented from octave::base_fcn_handle.

Definition at line 549 of file ov-fcn-handle.cc.

References m_fcn.

◆ file()

◆ function_value()

octave_function* octave::anonymous_fcn_handle::function_value ( bool  = false)
inlinevirtual

Reimplemented from octave::base_fcn_handle.

Definition at line 539 of file ov-fcn-handle.cc.

References octave_value::function_value(), and m_fcn.

◆ get_dispatch_class()

virtual std::string octave::base_fcn_handle::get_dispatch_class ( void  ) const
inlinevirtualinherited

Definition at line 111 of file ov-fcn-handle.h.

◆ info()

octave_scalar_map octave::anonymous_fcn_handle::info ( void  )
virtual

Reimplemented from octave::base_fcn_handle.

Definition at line 1863 of file ov-fcn-handle.cc.

References m, print_raw(), type(), and workspace().

◆ is_anonymous()

bool octave::anonymous_fcn_handle::is_anonymous ( void  ) const
inlinevirtual

Reimplemented from octave::base_fcn_handle.

Definition at line 533 of file ov-fcn-handle.cc.

◆ is_class_simple()

virtual bool octave::base_fcn_handle::is_class_simple ( void  ) const
inlinevirtualinherited

Reimplemented in octave::class_simple_fcn_handle.

Definition at line 75 of file ov-fcn-handle.h.

◆ is_internal()

virtual bool octave::base_fcn_handle::is_internal ( void  ) const
inlinevirtualinherited

Reimplemented in octave::internal_fcn_handle.

Definition at line 67 of file ov-fcn-handle.h.

◆ is_nested()

virtual bool octave::base_fcn_handle::is_nested ( void  ) const
inlinevirtualinherited

Reimplemented in octave::nested_fcn_handle.

Definition at line 73 of file ov-fcn-handle.h.

◆ is_scoped()

virtual bool octave::base_fcn_handle::is_scoped ( void  ) const
inlinevirtualinherited

Reimplemented in octave::scoped_fcn_handle.

Definition at line 71 of file ov-fcn-handle.h.

◆ is_simple()

virtual bool octave::base_fcn_handle::is_simple ( void  ) const
inlinevirtualinherited

Reimplemented in octave::simple_fcn_handle.

Definition at line 69 of file ov-fcn-handle.h.

◆ load_ascii()

◆ load_binary()

◆ load_hdf5()

◆ parse()

◆ print_as_scalar()

bool octave::anonymous_fcn_handle::print_as_scalar ( void  ) const
inlinevirtual

Reimplemented from octave::base_fcn_handle.

Definition at line 573 of file ov-fcn-handle.cc.

◆ print_raw()

void octave::anonymous_fcn_handle::print_raw ( std::ostream &  os,
bool  pr_as_read_syntax,
int  current_print_indent_level 
) const
virtual

◆ save_ascii()

bool octave::anonymous_fcn_handle::save_ascii ( std::ostream &  os)
virtual

◆ save_binary()

bool octave::anonymous_fcn_handle::save_binary ( std::ostream &  os,
bool  save_as_floats 
)
virtual

◆ save_hdf5()

bool octave::anonymous_fcn_handle::save_hdf5 ( octave_hdf5_id  loc_id,
const char *  name,
bool  save_as_floats 
)
virtual

◆ set_dispatch_class()

virtual void octave::base_fcn_handle::set_dispatch_class ( const std::string &  )
inlinevirtualinherited

Definition at line 109 of file ov-fcn-handle.h.

◆ set_fcn()

virtual bool octave::base_fcn_handle::set_fcn ( const std::string &  ,
const std::string &   
)
inlinevirtualinherited

Definition at line 139 of file ov-fcn-handle.h.

◆ subsref()

octave_value_list octave::base_fcn_handle::subsref ( const std::string &  type,
const std::list< octave_value_list > &  idx,
int  nargout 
)
inherited

◆ type()

std::string octave::anonymous_fcn_handle::type ( void  ) const
inlinevirtual

Implements octave::base_fcn_handle.

Definition at line 531 of file ov-fcn-handle.cc.

Referenced by info().

◆ unimplemented()

◆ user_function_value()

octave_user_function* octave::anonymous_fcn_handle::user_function_value ( bool  = false)
inlinevirtual

Reimplemented from octave::base_fcn_handle.

Definition at line 544 of file ov-fcn-handle.cc.

References m_fcn, and octave_value::user_function_value().

◆ warn_load()

void octave::base_fcn_handle::warn_load ( const char *  file_type) const
protectedinherited

Definition at line 692 of file ov-fcn-handle.cc.

References octave::base_fcn_handle::type(), and warning_with_id().

◆ warn_save()

void octave::base_fcn_handle::warn_save ( const char *  file_type) const
protectedinherited

◆ workspace()

octave_value octave::anonymous_fcn_handle::workspace ( void  ) const
virtual

Reimplemented from octave::base_fcn_handle.

Definition at line 1853 of file ov-fcn-handle.cc.

References octave_scalar_map::assign(), and m_local_vars.

Referenced by info().

Friends And Related Function Documentation

◆ is_equal_to

bool is_equal_to ( const anonymous_fcn_handle fh1,
const anonymous_fcn_handle fh2 
)
friend

Definition at line 2500 of file ov-fcn-handle.cc.

Member Data Documentation

◆ anonymous

const std::string octave::anonymous_fcn_handle::anonymous
static

Definition at line 508 of file ov-fcn-handle.cc.

Referenced by load_binary(), and save_binary().

◆ m_fcn

octave_value octave::anonymous_fcn_handle::m_fcn
protected

◆ m_file

◆ m_local_vars

stack_frame::local_vars_map octave::anonymous_fcn_handle::m_local_vars
protected

◆ m_name


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