#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 |
| 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().
| int cppExpYYdebug |
| QCString g_constExpFileName |
| int g_constExpLineNr |
| QCString g_strToken |
Definition at line 543 of file ce_lex.cpp.
Referenced by parseCharacter(), parseDecimal(), parseFloat(), parseHexadecimal(), and parseOctal().
1.5.1