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 | Variables
ov-fcn-inline.cc File Reference
#include <istream>
#include <iostream>
#include <sstream>
#include <vector>
#include "oct-locbuf.h"
#include "call-stack.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "oct-hdf5.h"
#include "oct-map.h"
#include "ov-base.h"
#include "ov-fcn-inline.h"
#include "ov-usr-fcn.h"
#include "pr-output.h"
#include "variables.h"
#include "parse.h"
#include "interpreter.h"
#include "byte-swap.h"
#include "ls-ascii-helper.h"
#include "ls-oct-text.h"
#include "ls-hdf5.h"
#include "ls-utils.h"
Include dependency graph for ov-fcn-inline.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Finline (const octave_value_list &args, int) the arguments of the generated function are extracted from the function itself.The generated function arguments will then be in alphabetical order.It should be noted that i and j are ignored as arguments due to the ambiguity between their use as a variable or their use as an built-in const ant.All arguments followed by a parenthesis are considered to be functions.If no arguments are found
 

Variables

OCTAVE_EXPORT
octave_value_list a function
taking a single argument named
they are the names of the
arguments of the function If
the second argument is an
integer 
ar {n}
 
OCTAVE_EXPORT
octave_value_list a function
taking a single argument named
they are the names of the
arguments of the function If
the second argument is an
integer the arguments are 
code {"x"}
 
OCTAVE_EXPORT
octave_value_list a function
taking a single argument named 
ode {x} will be created. If the second and subsequent arguments are character strings
 
OCTAVE_EXPORT
octave_value_list a function
taking a single argument named
they are the names of the
arguments of the function If
the second argument is an
integer the arguments are 
ots {}
 

Function Documentation

OCTAVE_EXPORT octave_value_list Finline ( const octave_value_list args,
int   
) const

Variable Documentation

OCTAVE_EXPORT octave_value_list a function taking a single argument named they are the names of the arguments of the function If the second argument is an integer ar {n}

Definition at line 690 of file ov-fcn-inline.cc.

OCTAVE_EXPORT octave_value_list a function taking a single argument named they are the names of the arguments of the function If the second argument is an integer the arguments are code {"x"}

Definition at line 690 of file ov-fcn-inline.cc.

OCTAVE_EXPORT octave_value_list a function taking a single argument named ode {x} will be created. If the second and subsequent arguments are character strings

Definition at line 690 of file ov-fcn-inline.cc.

OCTAVE_EXPORT octave_value_list a function taking a single argument named they are the names of the arguments of the function If the second argument is an integer the arguments are ots {}

Definition at line 690 of file ov-fcn-inline.cc.