Doxygen
|
A class representing a C-preprocessor value. 更多...
#include <cppvalue.h>
Public 类型 | |
enum | Type { Int, Float } |
Public 成员函数 | |
CPPValue (long val=0) | |
CPPValue (double val) | |
operator double () const | |
operator long () const | |
bool | isInt () const |
void | print () const |
Private 属性 | |
Type | type |
union { | |
double d | |
long l | |
} | v |
A class representing a C-preprocessor value.
在文件 cppvalue.h 第 23 行定义.
enum CPPValue::Type |
|
inline |
在文件 cppvalue.h 第 41 行定义.
|
inline |
在文件 cppvalue.h 第 42 行定义.
|
inline |
在文件 cppvalue.h 第 47 行定义.
|
inline |
在文件 cppvalue.h 第 44 行定义.
|
inline |
在文件 cppvalue.h 第 45 行定义.
|
inline |
在文件 cppvalue.h 第 49 行定义.
double CPPValue::d |
在文件 cppvalue.h 第 60 行定义.
long CPPValue::l |
在文件 cppvalue.h 第 61 行定义.
|
private |
在文件 cppvalue.h 第 58 行定义.
union { ... } CPPValue::v |