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
Macros
defun-dld.h File Reference
#include "octave-config.h"
#include "defun-int.h"
Include dependency graph for defun-dld.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEFUN_DLD(name, args_name, nargout_name, doc)
 
#define DEFUNX_DLD(name, fname, gname, args_name, nargout_name, doc)
 

Macro Definition Documentation

#define DEFUN_DLD (   name,
  args_name,
  nargout_name,
  doc 
)
Value:
DECLARE_FUN (name, args_name, nargout_name)
#define DECLARE_FUN(name, args_name, nargout_name)
Definition: defun-int.h:94
OCTAVE_EXPORT octave_value_list any number nd example oindent prints the prompt xample Pick a any number!nd example oindent and waits for the user to enter a value The string entered by the user is evaluated as an so it may be a literal a variable name
Definition: input.cc:871
#define DEFINE_FUN_INSTALLER_FUN(name, doc)
Definition: defun-int.h:110
#define FORWARD_DECLARE_FUN(name)
Definition: defun-int.h:87

Definition at line 45 of file defun-dld.h.

#define DEFUNX_DLD (   name,
  fname,
  gname,
  args_name,
  nargout_name,
  doc 
)
Value:
DECLARE_FUNX (fname, args_name, nargout_name)
fname
Definition: load-save.cc:754
#define FORWARD_DECLARE_FUNX(name)
Definition: defun-int.h:83
OCTAVE_EXPORT octave_value_list any number nd example oindent prints the prompt xample Pick a any number!nd example oindent and waits for the user to enter a value The string entered by the user is evaluated as an so it may be a literal a variable name
Definition: input.cc:871
#define DEFINE_FUNX_INSTALLER_FUN(name, fname, gname, doc)
Definition: defun-int.h:114
#define DECLARE_FUNX(name, args_name, nargout_name)
Definition: defun-int.h:90

Definition at line 50 of file defun-dld.h.