My Project
debian-1:4.1.1-p2+ds-4build2
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
YYSTYPE
#define YYSTYPE
Definition:
stype.h:19
sleftv
Class used for (list of) interpreter objects.
Definition:
subexpr.h:82
yylex
int yylex(MYYSTYPE *l)
i
int i
Definition:
cfEzgcd.cc:125
MYYSTYPE
Definition:
stype.h:13
structs.h
subexpr.h
yylval
YYSTYPE yylval
name
char name(const Variable &v)
Definition:
factory.h:180
l
int l
Definition:
cfEzgcd.cc:93
Generated on Tue Mar 24 2020 14:10:46 for My Project by
doxygen 1.8.17
for
Singular debian-1:4.1.1-p2+ds-4build2