#include <istream>#include <list>#include <ostream>#include <sstream>#include <string>#include <vector>#include "file-ops.h"#include "oct-locbuf.h"#include "defaults.h"#include "defun.h"#include "error.h"#include "errwarn.h"#include "file-stat.h"#include "input.h"#include "interpreter-private.h"#include "interpreter.h"#include "load-path.h"#include "oct-env.h"#include "oct-hdf5.h"#include "oct-map.h"#include "ov-base.h"#include "ov-cell.h"#include "ov-fcn-handle.h"#include "ov-usr-fcn.h"#include "parse.h"#include "pr-output.h"#include "pt-arg-list.h"#include "pt-assign.h"#include "pt-cmd.h"#include "pt-eval.h"#include "pt-exp.h"#include "pt-idx.h"#include "pt-misc.h"#include "pt-pr-code.h"#include "pt-stmt.h"#include "stack-frame.h"#include "syminfo.h"#include "symscope.h"#include "unwind-prot.h"#include "variables.h"#include "byte-swap.h"#include "ls-ascii-helper.h"#include "ls-hdf5.h"#include "ls-oct-text.h"#include "ls-oct-binary.h"#include "ls-utils.h"Go to the source code of this file.
Functions | |
| octave_value_list | Ffunc2str (const octave_value_list &args, int) |
| octave_value_list | Ffunctions (const octave_value_list &args, int) |
| octave_value_list | Fis_function_handle (const octave_value_list &args, int) |
| octave_value_list | Fstr2func (octave::interpreter &interp, const octave_value_list &args, int) |
| bool | is_equal_to (const anonymous_fcn_handle &fh1, const anonymous_fcn_handle &fh2) |
| bool | is_equal_to (const class_simple_fcn_handle &fh1, const class_simple_fcn_handle &fh2) |
| bool | is_equal_to (const internal_fcn_handle &fh1, const internal_fcn_handle &fh2) |
| bool | is_equal_to (const nested_fcn_handle &fh1, const nested_fcn_handle &fh2) |
| bool | is_equal_to (const octave_fcn_handle &fh1, const octave_fcn_handle &fh2) |
| bool | is_equal_to (const scoped_fcn_handle &fh1, const scoped_fcn_handle &fh2) |
| bool | is_equal_to (const simple_fcn_handle &fh1, const simple_fcn_handle &fh2) |
| bool | is_equal_to (const weak_anonymous_fcn_handle &fh1, const weak_anonymous_fcn_handle &fh2) |
| bool | is_equal_to (const weak_nested_fcn_handle &fh1, const weak_nested_fcn_handle &fh2) |
| octave_value_list Ffunc2str | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 3551 of file ov-fcn-handle.cc.
References error(), octave_fcn_handle::fcn_name(), octave_fcn_handle::is_anonymous(), octave_value_list::length(), octave_fcn_handle::print_raw(), and print_usage().
| octave_value_list Ffunctions | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 3535 of file ov-fcn-handle.cc.
References octave_fcn_handle::info(), octave_value_list::length(), ovl(), and print_usage().
| octave_value_list Fis_function_handle | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 3682 of file ov-fcn-handle.cc.
References octave_value_list::length(), ovl(), and print_usage().
| octave_value_list Fstr2func | ( | octave::interpreter & | interp, |
| const octave_value_list & | args, | ||
| int | |||
| ) |
Definition at line 3599 of file ov-fcn-handle.cc.
References error(), interpreter::eval_string(), interpreter::get_evaluator(), octave_value_list::length(), tree_evaluator::make_fcn_handle(), ovl(), print_usage(), and warning_with_id().
|
extern |
Definition at line 2822 of file ov-fcn-handle.cc.
| bool is_equal_to | ( | const class_simple_fcn_handle & | fh1, |
| const class_simple_fcn_handle & | fh2 | ||
| ) |
Definition at line 2107 of file ov-fcn-handle.cc.
| bool is_equal_to | ( | const internal_fcn_handle & | fh1, |
| const internal_fcn_handle & | fh2 | ||
| ) |
Definition at line 955 of file ov-fcn-handle.cc.
| bool is_equal_to | ( | const nested_fcn_handle & | fh1, |
| const nested_fcn_handle & | fh2 | ||
| ) |
Definition at line 1888 of file ov-fcn-handle.cc.
| bool is_equal_to | ( | const octave_fcn_handle & | fh1, |
| const octave_fcn_handle & | fh2 | ||
| ) |
Definition at line 3453 of file ov-fcn-handle.cc.
| bool is_equal_to | ( | const scoped_fcn_handle & | fh1, |
| const scoped_fcn_handle & | fh2 | ||
| ) |
Definition at line 1665 of file ov-fcn-handle.cc.
| bool is_equal_to | ( | const simple_fcn_handle & | fh1, |
| const simple_fcn_handle & | fh2 | ||
| ) |
Definition at line 1459 of file ov-fcn-handle.cc.
| bool is_equal_to | ( | const weak_anonymous_fcn_handle & | fh1, |
| const weak_anonymous_fcn_handle & | fh2 | ||
| ) |
Definition at line 2882 of file ov-fcn-handle.cc.
| bool is_equal_to | ( | const weak_nested_fcn_handle & | fh1, |
| const weak_nested_fcn_handle & | fh2 | ||
| ) |
Definition at line 1922 of file ov-fcn-handle.cc.