ddc
|
#include <iostream>
#include <errno.h>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <FlexLexer.h>
#include <unistd.h>
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_state * | YY_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 |
#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 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 |
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_state* YY_BUFFER_STATE |
typedef size_t yy_size_t |
void* yyqalloc | ( | yy_size_t | ) |
void* yyqrealloc | ( | void * | , |
yy_size_t | |||
) |
void yyqfree | ( | void * | ) |
int yyleng |