Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
ncgentab.h File Reference

Macros

#define YYDEBUG   0
 
#define YYTOKENTYPE
 
#define YYSTYPE_IS_TRIVIAL   1
 
#define YYSTYPE_IS_DECLARED   1
 

Typedefs

typedef enum yytokentype yytoken_kind_t
 
typedef int YYSTYPE
 

Enumerations

enum  yytokentype {
  YYEMPTY = -2 , YYEOF = 0 , YYerror = 256 , YYUNDEF = 257 ,
  NC_UNLIMITED_K = 258 , BYTE_K = 259 , CHAR_K = 260 , SHORT_K = 261 ,
  LONG_K = 262 , FLOAT_K = 263 , DOUBLE_K = 264 , IDENT = 265 ,
  TERMSTRING = 266 , BYTE_CONST = 267 , CHAR_CONST = 268 , SHORT_CONST = 269 ,
  LONG_CONST = 270 , FLOAT_CONST = 271 , DOUBLE_CONST = 272 , DIMENSIONS = 273 ,
  VARIABLES = 274 , NETCDF = 275 , DATA = 276
}
 

Functions

int yyparse (void)
 

Variables

YYSTYPE yylval
 

Macro Definition Documentation

◆ YYDEBUG

#define YYDEBUG   0

◆ YYSTYPE_IS_DECLARED

#define YYSTYPE_IS_DECLARED   1

◆ YYSTYPE_IS_TRIVIAL

#define YYSTYPE_IS_TRIVIAL   1

◆ YYTOKENTYPE

#define YYTOKENTYPE

Typedef Documentation

◆ YYSTYPE

typedef int YYSTYPE

◆ yytoken_kind_t

Enumeration Type Documentation

◆ yytokentype

Enumerator
YYEMPTY 
YYEOF 
YYerror 
YYUNDEF 
NC_UNLIMITED_K 
BYTE_K 
CHAR_K 
SHORT_K 
LONG_K 
FLOAT_K 
DOUBLE_K 
IDENT 
TERMSTRING 
BYTE_CONST 
CHAR_CONST 
SHORT_CONST 
LONG_CONST 
FLOAT_CONST 
DOUBLE_CONST 
DIMENSIONS 
VARIABLES 
NETCDF 
DATA 

Function Documentation

◆ yyparse()

int yyparse ( void )

Variable Documentation

◆ yylval

YYSTYPE yylval
extern