GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
YYSTYPE Union Reference

#include <y.tab.h>

Data Fields

int intval
 
double floatval
 
char * strval
 
int subtok
 
SQLPNODE * node
 

Detailed Description

Definition at line 195 of file y.tab.c.

Field Documentation

double YYSTYPE::floatval

Definition at line 201 of file y.tab.c.

Referenced by while().

int YYSTYPE::intval

Definition at line 200 of file y.tab.c.

Referenced by while().

SQLPNODE * YYSTYPE::node

Definition at line 204 of file y.tab.c.

Referenced by yyparse().

char * YYSTYPE::strval

Definition at line 202 of file y.tab.c.

Referenced by while().

int YYSTYPE::subtok

Definition at line 203 of file y.tab.c.


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