Classes | Defines | Typedefs | Functions | Variables

yyQLexer.h File Reference

#include <iostream>
#include <errno.h>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <FlexLexer.h>
#include <unistd.h>
Include dependency graph for yyQLexer.h:

Go to the source code of this file.

Classes

Defines

Typedefs

Functions

Variables


Define Documentation

#define yyqIN_HEADER   1
#define YY_INT_ALIGNED   short int
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION   2
#define YY_FLEX_MINOR_VERSION   5
#define YY_FLEX_SUBMINOR_VERSION   35
#define yyFlexLexer   yyqFlexLexer
#define FLEXINT_H
#define INT8_MIN   (-128)
#define INT16_MIN   (-32767-1)
#define INT32_MIN   (-2147483647-1)
#define INT8_MAX   (127)
#define INT16_MAX   (32767)
#define INT32_MAX   (2147483647)
#define UINT8_MAX   (255U)
#define UINT16_MAX   (65535U)
#define UINT32_MAX   (4294967295U)
#define YY_USE_CONST
#define yyconst
#define YY_BUF_SIZE   16384
#define YY_TYPEDEF_YY_BUFFER_STATE
#define YY_TYPEDEF_YY_SIZE_T
#define YY_STRUCT_YY_BUFFER_STATE
#define FLEX_DEBUG
#define yytext_ptr   yytext
#define YY_INTERACTIVE
#define YY_DECL   int yyqLexer::yylex()
#define YY_EXTRA_TYPE   void *
#define YY_READ_BUF_SIZE   8192
#define YY_START_STACK_INCR   25
#define YY_DECL_IS_OURS   1
#define YY_DECL   int yyFlexLexer::yylex()

Typedef Documentation

typedef signed char flex_int8_t
typedef short int flex_int16_t
typedef int flex_int32_t
typedef unsigned char flex_uint8_t
typedef unsigned short int flex_uint16_t
typedef unsigned int flex_uint32_t
typedef size_t yy_size_t

Function Documentation

void* yyqalloc ( yy_size_t   ) 
void* yyqrealloc ( void *  ,
yy_size_t   
)
void yyqfree ( void *   ) 
static void yy_flex_strncpy ( char *  ,
yyconst char *  ,
int   
) [static]

Variable Documentation

int yyleng