ddc
|
#include "StdConc.h"
#include "QueryCompiler.h"
#include "Bibliography.h"
#include <stdarg.h>
#include <sstream>
Macros | |
#define | BARFSIZE 1024 |
Functions | |
int | yyqparse (CQueryCompiler *_qcompiler) |
int | yyqlex (void *valp, CQueryCompiler *_prs) |
void | yyqerror (const char *a) |
Variables | |
int | yyqdebug |
const char * | ContextStarter = "#Cntxt" |
const char * | ContextStarterLower = "#cntxt" |
const size_t | SortOperatorsCount = 13 |
string | SortOperators [SortOperatorsCount] |
#define BARFSIZE 1024 |
Referenced by CQueryCompiler::barf().
int yyqparse | ( | CQueryCompiler * | _qcompiler | ) |
int yyqlex | ( | void * | valp, |
CQueryCompiler * | _prs | ||
) |
void yyqerror | ( | const char * | a | ) |
int yyqdebug |
Referenced by CQueryCompiler::ParseQuery().
const char* ContextStarter = "#Cntxt" |
const char* ContextStarterLower = "#cntxt" |
const size_t SortOperatorsCount = 13 |
string SortOperators[SortOperatorsCount] |