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
Functions
ov-fcn-handle.cc File Reference
#include <iostream>
#include <list>
#include <sstream>
#include <vector>
#include "file-ops.h"
#include "oct-locbuf.h"
#include "call-stack.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "input.h"
#include "interpreter.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-text.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 Ffunctions (const octave_value_list &args, int) some function types may return more information in additional fields.trong
 
octave_value make_fcn_handle (const std::string &nm, bool local_funcs)
 

Function Documentation

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