GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pt-arg-list.cc File Reference
#include <iostream>
#include <string>
#include "str-vec.h"
#include "defun.h"
#include "error.h"
#include "ovl.h"
#include "ov.h"
#include "ov-usr-fcn.h"
#include "parse.h"
#include "pt-arg-list.h"
#include "pt-eval.h"
#include "pt-exp.h"
#include "pt-id.h"
#include "pt-idx.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.

Namespaces

 octave
 

Functions

OCTAVE_EXPORT octave_value_list Fend (octave::interpreter &interp, 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
 
static int index_position = 0
 
static const octave_valueindexed_object = nullptr
 
static int num_indices = 0
 
 ode {if}
 

Function Documentation

◆ Fend()

OCTAVE_EXPORT octave_value_list Fend ( octave::interpreter interp,
const octave_value_list ,
int   
)

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

Variable Documentation

◆ code

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

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

◆ index_position

int index_position = 0
static

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

◆ indexed_object

const octave_value* indexed_object = nullptr
static

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

◆ num_indices

int num_indices = 0
static

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

◆ ode

or ode {if}

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