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.h File Reference
#include "octave-config.h"
#include "defun-int.h"
Include dependency graph for defun.h:

Go to the source code of this file.

Macros

#define DEFALIAS(alias, name)
 
#define DEFCONSTFUN(name, args_name, nargout_name, doc)   DECLARE_FUN (name, args_name, nargout_name)
 
#define DEFUN(name, args_name, nargout_name, doc)   DECLARE_FUN (name, args_name, nargout_name)
 
#define DEFUNX(name, fname, args_name, nargout_name, doc)   DECLARE_FUNX (fname, args_name, nargout_name)
 

Macro Definition Documentation

#define DEFALIAS (   alias,
  name 
)

Definition at line 65 of file defun.h.

#define DEFCONSTFUN (   name,
  args_name,
  nargout_name,
  doc 
)    DECLARE_FUN (name, args_name, nargout_name)

Definition at line 58 of file defun.h.

#define DEFUN (   name,
  args_name,
  nargout_name,
  doc 
)    DECLARE_FUN (name, args_name, nargout_name)

Definition at line 46 of file defun.h.

#define DEFUNX (   name,
  fname,
  args_name,
  nargout_name,
  doc 
)    DECLARE_FUNX (fname, args_name, nargout_name)

Definition at line 54 of file defun.h.