ddc
Classes | Macros | 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:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yy_buffer_state
 

Macros

#define yyqIN_HEADER   1
 
#define YY_INT_ALIGNED   short int
 
#define FLEX_SCANNER
 
#define YY_FLEX_MAJOR_VERSION   2
 
#define YY_FLEX_MINOR_VERSION   6
 
#define YY_FLEX_SUBMINOR_VERSION   4
 
#define FLEX_BETA
 
#define yyFlexLexer   yyqFlexLexer
 
#define yyalloc   yyqalloc
 
#define yyrealloc   yyqrealloc
 
#define yyfree   yyqfree
 
#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 SIZE_MAX   (~(size_t)0)
 
#define yyconst   const
 
#define yynoreturn
 
#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
 

Typedefs

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 struct yy_buffer_stateYY_BUFFER_STATE
 
typedef size_t yy_size_t
 

Functions

void * yyqalloc (yy_size_t)
 
void * yyqrealloc (void *, yy_size_t)
 
void yyqfree (void *)
 

Variables

int yyleng
 

Macro Definition Documentation

◆ yyqIN_HEADER

#define yyqIN_HEADER   1

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

◆ FLEX_SCANNER

#define FLEX_SCANNER

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   4

◆ FLEX_BETA

#define FLEX_BETA

◆ yyFlexLexer

#define yyFlexLexer   yyqFlexLexer

◆ yyalloc

#define yyalloc   yyqalloc

◆ yyrealloc

#define yyrealloc   yyqrealloc

◆ yyfree

#define yyfree   yyqfree

◆ FLEXINT_H

#define FLEXINT_H

◆ INT8_MIN

#define INT8_MIN   (-128)

◆ INT16_MIN

#define INT16_MIN   (-32767-1)

◆ INT32_MIN

#define INT32_MIN   (-2147483647-1)

◆ INT8_MAX

#define INT8_MAX   (127)

◆ INT16_MAX

#define INT16_MAX   (32767)

◆ INT32_MAX

#define INT32_MAX   (2147483647)

◆ UINT8_MAX

#define UINT8_MAX   (255U)

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

◆ SIZE_MAX

#define SIZE_MAX   (~(size_t)0)

◆ yyconst

#define yyconst   const

◆ yynoreturn

#define yynoreturn

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

◆ FLEX_DEBUG

#define FLEX_DEBUG

◆ yytext_ptr

#define yytext_ptr   yytext

◆ YY_INTERACTIVE

#define YY_INTERACTIVE

◆ YY_DECL

#define YY_DECL   int yyqLexer::yylex()

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   void *

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Typedef Documentation

◆ flex_int8_t

typedef signed char flex_int8_t

◆ flex_int16_t

typedef short int flex_int16_t

◆ flex_int32_t

typedef int flex_int32_t

◆ flex_uint8_t

typedef unsigned char flex_uint8_t

◆ flex_uint16_t

typedef unsigned short int flex_uint16_t

◆ flex_uint32_t

typedef unsigned int flex_uint32_t

◆ YY_BUFFER_STATE

◆ yy_size_t

typedef size_t yy_size_t

Function Documentation

◆ yyqalloc()

void* yyqalloc ( yy_size_t  )

◆ yyqrealloc()

void* yyqrealloc ( void *  ,
yy_size_t   
)

◆ yyqfree()

void yyqfree ( void *  )

Variable Documentation

◆ yyleng

int yyleng