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
pt-arg-list.cc File Reference
#include <iostream>
#include <string>
#include "str-vec.h"
#include "defun.h"
#include "error.h"
#include "oct-lvalue.h"
#include "ovl.h"
#include "ov.h"
#include "ov-usr-fcn.h"
#include "parse.h"
#include "pt-arg-list.h"
#include "pt-exp.h"
#include "pt-id.h"
#include "pt-pr-code.h"
#include "pt-walk.h"
#include "interpreter.h"
#include "unwind-prot.h"
Include dependency graph for pt-arg-list.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fend (const octave_value_list &, int) ode
 

Variables

or the magic index code {"end"} refers to the last valid entry in an indexing operation. Example: xample roup ar{x} = [ 1 2 3 4 5 6 ]
 
static int index_position = 0
 
static const octave_valueindexed_object = 0
 
static int num_indices = 0
 
 ode {if}
 

Function Documentation

OCTAVE_EXPORT octave_value_list Fend ( const octave_value_list ,
int   
)

Definition at line 155 of file pt-arg-list.cc.

Referenced by install_pt_arg_list_fcns().

Variable Documentation

or the magic index code {"end"} refers to the last valid entry in an indexing operation. Example: xample roup ar{x} = [ 1 2 3 4 5 6 ]

Definition at line 155 of file pt-arg-list.cc.

int index_position = 0
static

Definition at line 126 of file pt-arg-list.cc.

const octave_value* indexed_object = 0
static

Definition at line 125 of file pt-arg-list.cc.

int num_indices = 0
static

Definition at line 127 of file pt-arg-list.cc.

or ode {if}

Definition at line 155 of file pt-arg-list.cc.