Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Singular
stype.h
Go to the documentation of this file.
1
#ifndef STYPE_H
2
#define STYPE_H
3
/****************************************
4
* Computer Algebra System SINGULAR *
5
****************************************/
6
/*
7
* ABSTRACT: flex/bison interface
8
*/
9
10
#include <
kernel/structs.h
>
11
#include <
Singular/subexpr.h
>
12
13
typedef
union
14
{
15
int
i
;
16
char
*
name
;
17
sleftv
lv
;
18
}
MYYSTYPE
;
19
#define YYSTYPE MYYSTYPE
20
extern
YYSTYPE
yylval
;
21
22
int
yylex
(
MYYSTYPE
*
l
);
23
24
#endif
MYYSTYPE::name
char * name
Definition:
stype.h:16
sleftv
Class used for (list of) interpreter objects.
Definition:
subexpr.h:84
structs.h
yylex
int yylex(MYYSTYPE *l)
MYYSTYPE::i
int i
Definition:
stype.h:15
YYSTYPE
#define YYSTYPE
Definition:
stype.h:19
MYYSTYPE
Definition:
stype.h:13
subexpr.h
MYYSTYPE::lv
sleftv lv
Definition:
stype.h:17
yylval
YYSTYPE yylval
l
int l
Definition:
cfEzgcd.cc:94
Generated on Mon Mar 6 2017 11:17:32 by
doxygen 1.8.8
for
Singular debian-1:4.0.3-p3+ds-5~bpo8+1