GNU Octave  4.0.0
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
Public Attributes | List of all members
octave_pstate Struct Reference
Collaboration diagram for octave_pstate:
Collaboration graph
[legend]

Public Attributes

int octave_nerrs
 
int yyerrstatus
 
int yynew
 
yytype_int16yyss
 
yytype_int16 yyssa [200]
 
yytype_int16yyssp
 
size_t yystacksize
 
int yystate
 
OCTAVE_STYPEyyvs
 
OCTAVE_STYPE yyvsa [200]
 
OCTAVE_STYPEyyvsp
 

Detailed Description

Definition at line 2951 of file oct-parse.cc.

Member Data Documentation

int octave_pstate::octave_nerrs

Definition at line 2954 of file oct-parse.cc.

int octave_pstate::yyerrstatus

Definition at line 2958 of file oct-parse.cc.

int octave_pstate::yynew

Definition at line 2980 of file oct-parse.cc.

yytype_int16* octave_pstate::yyss

Definition at line 2969 of file oct-parse.cc.

yytype_int16 octave_pstate::yyssa[200]

Definition at line 2968 of file oct-parse.cc.

yytype_int16* octave_pstate::yyssp

Definition at line 2970 of file oct-parse.cc.

size_t octave_pstate::yystacksize

Definition at line 2977 of file oct-parse.cc.

int octave_pstate::yystate

Definition at line 2956 of file oct-parse.cc.

OCTAVE_STYPE* octave_pstate::yyvs

Definition at line 2974 of file oct-parse.cc.

OCTAVE_STYPE octave_pstate::yyvsa[200]

Definition at line 2973 of file oct-parse.cc.

OCTAVE_STYPE* octave_pstate::yyvsp

Definition at line 2975 of file oct-parse.cc.


The documentation for this struct was generated from the following file: