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
Functions
ov-fcn-handle.cc File Reference
#include <iostream>
#include <sstream>
#include <vector>
#include "file-ops.h"
#include "oct-locbuf.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "input.h"
#include "oct-hdf5.h"
#include "oct-map.h"
#include "ov-base.h"
#include "ov-fcn-handle.h"
#include "ov-usr-fcn.h"
#include "pr-output.h"
#include "pt-pr-code.h"
#include "pt-misc.h"
#include "pt-stmt.h"
#include "pt-cmd.h"
#include "pt-exp.h"
#include "pt-assign.h"
#include "pt-arg-list.h"
#include "variables.h"
#include "parse.h"
#include "unwind-prot.h"
#include "defaults.h"
#include "file-stat.h"
#include "load-path.h"
#include "oct-env.h"
#include "byte-swap.h"
#include "ls-ascii-helper.h"
#include "ls-hdf5.h"
#include "ls-oct-ascii.h"
#include "ls-oct-binary.h"
#include "ls-utils.h"
Include dependency graph for ov-fcn-handle.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Ffunc2str (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Ffunctions (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Fis_function_handle (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Fstr2func (const octave_value_list &args, int)
 
octave_value make_fcn_handle (const std::string &nm, bool local_funcs)
 

Function Documentation

OCTAVE_EXPORT octave_value_list Ffunc2str ( const octave_value_list args,
int   
)
OCTAVE_EXPORT octave_value_list Ffunctions ( const octave_value_list args,
int   
)
OCTAVE_EXPORT octave_value_list Fis_function_handle ( const octave_value_list args,
int   
)
OCTAVE_EXPORT octave_value_list Fstr2func ( const octave_value_list args,
int   
)

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

References error(), octave_value::length(), make_fcn_handle(), and print_usage().

octave_value make_fcn_handle ( const std::string &  nm,
bool  local_funcs 
)