#include <stdlib.h>#include "cppvalue.h"#include "constexp.h"Go to the source code of this file.
Functions | |
| CPPValue | parseOctal () |
| CPPValue | parseDecimal () |
| CPPValue | parseHexadecimal () |
| CPPValue | parseCharacter () |
| CPPValue | parseFloat () |
| CPPValue parseCharacter | ( | ) |
Definition at line 57 of file cppvalue.cpp.
References g_strToken, parseHexadecimal(), and parseOctal().
Referenced by yyparse().
| CPPValue parseDecimal | ( | ) |
| CPPValue parseFloat | ( | ) |
| CPPValue parseHexadecimal | ( | ) |
Definition at line 44 of file cppvalue.cpp.
References g_strToken.
Referenced by parseCharacter(), and yyparse().
| CPPValue parseOctal | ( | ) |
Definition at line 24 of file cppvalue.cpp.
References g_strToken.
Referenced by parseCharacter(), and yyparse().
1.5.1