GNU Octave  4.2.1
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
Classes | Functions
ov-fcn-handle.h File Reference
#include "octave-config.h"
#include <iosfwd>
#include <string>
#include <memory>
#include "ov-base.h"
#include "ov-base-mat.h"
#include "ov-fcn.h"
#include "ov-typeinfo.h"
Include dependency graph for ov-fcn-handle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave_fcn_binder
 
class  octave_fcn_handle
 

Functions

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

Function Documentation

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