Navigation

Operators and Keywords

Function List:

C++ API

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-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 "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:


Functions

 DEFINE_OCTAVE_ALLOCATOR (octave_fcn_handle)
 DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_fcn_handle,"function handle","function_handle")
octave_value make_fcn_handle (const std::string &nm, bool local_funcs)
 DEFUN (functions, args,,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} functions (@var{fcn_handle})\n\ Return a struct containing information about the function handle\n\ @var{fcn_handle}.\n\ @end deftypefn")
 DEFUN (func2str, args,,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} func2str (@var{fcn_handle})\n\ Return a string containing the name of the function referenced by\n\ the function handle @var{fcn_handle}.\n\ @end deftypefn")
 DEFUN (str2func, args,,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} str2func (@var{fcn_name})\n\ @deftypefnx {Built-in Function} {} str2func (@var{fcn_name}, \"global\")\n\ Return a function handle constructed from the string @var{fcn_name}.\n\ If the optional \"global\" argument is passed, locally visible functions\n\ are ignored in the lookup.\n\ @end deftypefn")

Function Documentation

DEFINE_OCTAVE_ALLOCATOR ( octave_fcn_handle   ) 

DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA ( octave_fcn_handle  ,
"function handle"  ,
"function_handle"   
)

DEFUN ( str2func  ,
args   
)

DEFUN ( func2str  ,
args   
)

DEFUN ( functions  ,
args   
)

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