GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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
 

Namespaces

 octave
 

Functions

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

Function Documentation

◆ make_fcn_handle()