OGR
osr_cs_wkt_parser.h
1 /* A Bison parser, made by GNU Bison 3.0. */
2 
3 /* Bison interface for Yacc-like parsers in C
4 
5  Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
6  * Copyright (c) 2013, Even Rouault <even dot rouault at mines-paris dot org>
7 
8  This program is free software: you can redistribute it and/or modify
9  it under the terms of the GNU General Public License as published by
10  the Free Software Foundation, either version 3 of the License, or
11  (at your option) any later version.
12 
13  This program is distributed in the hope that it will be useful,
14  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  GNU General Public License for more details.
17 
18  You should have received a copy of the GNU General Public License
19  along with this program. If not, see <http://www.gnu.org/licenses/>. */
20 
21 /* As a special exception, you may create a larger work that contains
22  part or all of the Bison parser skeleton and distribute that work
23  under terms of your choice, so long as that work isn't itself a
24  parser generator using the skeleton or a modified version thereof
25  as a parser skeleton. Alternatively, if you modify or redistribute
26  the parser skeleton itself, you may (at your option) remove this
27  special exception, which will cause the skeleton and the resulting
28  Bison output files to be licensed under the GNU General Public
29  License without this special exception.
30 
31  This special exception was added by the Free Software Foundation in
32  version 2.2 of Bison. */
33 
34 #ifndef YY_OSR_CS_WKT_OSR_CS_WKT_PARSER_H_INCLUDED
35 # define YY_OSR_CS_WKT_OSR_CS_WKT_PARSER_H_INCLUDED
36 /* Debug traces. */
37 #ifndef YYDEBUG
38 # define YYDEBUG 0
39 #endif
40 #if YYDEBUG
41 extern int osr_cs_wkt_debug;
42 #endif
43 
44 /* Token type. */
45 #ifndef YYTOKENTYPE
46 # define YYTOKENTYPE
47  enum yytokentype
48  {
49  END = 0,
50  T_PARAM_MT = 258,
51  T_CONCAT_MT = 259,
52  T_INVERSE_MT = 260,
53  T_PASSTHROUGH_MT = 261,
54  T_PROJCS = 262,
55  T_PROJECTION = 263,
56  T_GEOGCS = 264,
57  T_DATUM = 265,
58  T_SPHEROID = 266,
59  T_PRIMEM = 267,
60  T_UNIT = 268,
61  T_GEOCCS = 269,
62  T_AUTHORITY = 270,
63  T_VERT_CS = 271,
64  T_VERT_DATUM = 272,
65  T_COMPD_CS = 273,
66  T_AXIS = 274,
67  T_TOWGS84 = 275,
68  T_FITTED_CS = 276,
69  T_LOCAL_CS = 277,
70  T_LOCAL_DATUM = 278,
71  T_PARAMETER = 279,
72  T_EXTENSION = 280,
73  T_STRING = 281,
74  T_NUMBER = 282,
75  T_IDENTIFIER = 283
76  };
77 #endif
78 
79 /* Value type. */
80 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
81 typedef int YYSTYPE;
82 # define YYSTYPE_IS_TRIVIAL 1
83 # define YYSTYPE_IS_DECLARED 1
84 #endif
85 
86 
87 
88 int osr_cs_wkt_parse (osr_cs_wkt_parse_context *context);
89 
90 #endif /* !YY_OSR_CS_WKT_OSR_CS_WKT_PARSER_H_INCLUDED */
Definition: osr_cs_wkt.h:37

Generated for GDAL by doxygen 1.8.11.