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 "oct-obj.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 "toplev.h"
#include "unwind-prot.h"
Include dependency graph for pt-arg-list.cc:

Go to the source code of this file.

Functions

 DEFCONSTFUN (__end__,,,"internal function")

Variables

static int index_position = 0
static const octave_valueindexed_object = 0
static int num_indices = 0

Function Documentation

DEFCONSTFUN ( __end__  ,
"internal function"   
)

Variable Documentation

int index_position = 0 [static]

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

const octave_value* indexed_object = 0 [static]

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

int num_indices = 0 [static]

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines