Navigation

Operators and Keywords

Function List:

C++ API

defun.h File Reference

#include "defun-int.h"
Include dependency graph for defun.h:

Go to the source code of this file.

Defines

#define DEFUN(name, args_name, nargout_name, doc)   DEFUN_INTERNAL (name, args_name, nargout_name, doc)
#define DEFUNX(name, fname, args_name, nargout_name, doc)   DEFUNX_INTERNAL (name, fname, args_name, nargout_name, doc)
#define DEFCONSTFUN(name, args_name, nargout_name, doc)   DEFCONSTFUN_INTERNAL (name, args_name, nargout_name, doc)
#define DEFALIAS(alias, name)   DEFALIAS_INTERNAL (alias, name)

Define Documentation

#define DEFALIAS (   alias,
  name 
)    DEFALIAS_INTERNAL (alias, name)
#define DEFCONSTFUN (   name,
  args_name,
  nargout_name,
  doc 
)    DEFCONSTFUN_INTERNAL (name, args_name, nargout_name, doc)
#define DEFUN (   name,
  args_name,
  nargout_name,
  doc 
)    DEFUN_INTERNAL (name, args_name, nargout_name, doc)
#define DEFUNX (   name,
  fname,
  args_name,
  nargout_name,
  doc 
)    DEFUNX_INTERNAL (name, fname, args_name, nargout_name, doc)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines