Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
doxygen-1.8.11
src
constexp.h
Go to the documentation of this file.
1
/******************************************************************************
2
*
3
*
4
*
5
*
6
* Copyright (C) 1997-2015 by Dimitri van Heesch.
7
*
8
* Permission to use, copy, modify, and distribute this software and its
9
* documentation under the terms of the GNU General Public License is hereby
10
* granted. No representations are made about the suitability of this software
11
* for any purpose. It is provided "as is" without express or implied warranty.
12
* See the GNU General Public License for more details.
13
*
14
* Documents produced by Doxygen are derivative works derived from the
15
* input used in their production; they are not affected by this license.
16
*
17
*/
18
19
#ifndef _CONSTEXP_H
20
#define _CONSTEXP_H
21
22
#include "
cppvalue.h
"
23
#include <
qcstring.h
>
24
25
extern
bool
parseconstexp
(
const
char
*
fileName
,
int
line
,
const
QCString
&
s
);
26
extern
int
constexpYYparse
();
27
extern
int
constexpYYdebug
;
28
extern
QCString
g_strToken
;
29
extern
CPPValue
g_resultValue
;
30
extern
QCString
g_constExpFileName
;
31
extern
int
g_constExpLineNr
;
32
33
#endif
CPPValue
Definition:
cppvalue.h:26
qcstring.h
g_constExpFileName
QCString g_constExpFileName
Definition:
constexp.cpp:564
g_constExpLineNr
int g_constExpLineNr
Definition:
constexp.cpp:563
constexpYYparse
int constexpYYparse()
dumpTree.fileName
fileName
Definition:
dumpTree.py:9
parseconstexp
bool parseconstexp(const char *fileName, int line, const QCString &s)
Definition:
constexp.cpp:1986
g_resultValue
CPPValue g_resultValue
Definition:
constexp.cpp:562
g_strToken
QCString g_strToken
Definition:
constexp.cpp:561
cppvalue.h
pduneana::line
void line(double t, double *p, double &x, double &y, double &z)
Definition:
PDSPAnalyzer_module.cc:4741
constexpYYdebug
int constexpYYdebug
QCString
Definition:
qcstring.h:131
s
static QCString * s
Definition:
config.cpp:1042
Generated by
1.8.11