Chameleon

Chameleon Svn Source Tree

Root/branches/xZenu/src/util/doxygen/src/constexp.h

Source at commit 1322 created 12 years 8 months ago.
By meklort, Add doxygen to utils folder
1/******************************************************************************
2 *
3 * $Id: constexp.h,v 1.6 2001/03/19 19:27:40 root Exp $
4 *
5 *
6 * Copyright (C) 1997-2011 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 "qtbc.h"
23#include "cppvalue.h"
24
25extern bool parseCppExpression(const char *fileName,int line,const QCString &s);
26extern int cppExpYYparse();
27extern int cppExpYYdebug;
28extern QCString g_strToken;
29extern CPPValue g_resultValue;
30extern QCString g_constExpFileName;
31extern int g_constExpLineNr;
32
33#endif
34

Archive Download this file

Revision: 1322