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
Public Attributes | List of all members
yyalloc Union Reference
Collaboration diagram for yyalloc:
Collaboration graph
[legend]

Public Attributes

yytype_int16 yyss_alloc
 
OCTAVE_STYPE yyvs_alloc
 

Detailed Description

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

Member Data Documentation

yytype_int16 yyalloc::yyss_alloc

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

Referenced by octave_push_parse(), and octave_tex_parse().

OCTAVE_STYPE yyalloc::yyvs_alloc

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

Referenced by octave_push_parse(), and octave_tex_parse().


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