constexp.h File Reference

#include "qtbc.h"
#include "cppvalue.h"

Go to the source code of this file.

Functions

bool parseCppExpression (const char *fileName, int line, const QCString &s)
int cppExpYYparse ()

Variables

int cppExpYYdebug
QCString g_strToken
CPPValue g_resultValue
QCString g_constExpFileName
int g_constExpLineNr


Function Documentation

int cppExpYYparse (  ) 

Referenced by parseCppExpression().

bool parseCppExpression ( const char *  fileName,
int  line,
const QCString &  s 
)

Definition at line 1934 of file ce_lex.cpp.

References cppExpYYin, cppExpYYparse(), cppExpYYrestart(), and g_resultValue.

Referenced by computeExpression().


Variable Documentation

int cppExpYYdebug

QCString g_constExpFileName

Definition at line 546 of file ce_lex.cpp.

Referenced by cppExpYYerror().

int g_constExpLineNr

Definition at line 545 of file ce_lex.cpp.

Referenced by cppExpYYerror().

CPPValue g_resultValue

Definition at line 544 of file ce_lex.cpp.

Referenced by parseCppExpression(), and yyparse().

QCString g_strToken

Definition at line 543 of file ce_lex.cpp.

Referenced by parseCharacter(), parseDecimal(), parseFloat(), parseHexadecimal(), and parseOctal().



Generated on Mon Mar 31 10:58:51 2008 by  doxygen 1.5.1