cppvalue.cpp File Reference

#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 ()


Function Documentation

CPPValue parseCharacter (  ) 

Definition at line 57 of file cppvalue.cpp.

References g_strToken, parseHexadecimal(), and parseOctal().

Referenced by yyparse().

CPPValue parseDecimal (  ) 

Definition at line 34 of file cppvalue.cpp.

References g_strToken.

Referenced by yyparse().

CPPValue parseFloat (  ) 

Definition at line 84 of file cppvalue.cpp.

References g_strToken.

Referenced by yyparse().

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().



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