#include <cppvalue.h>
Public Types | |
enum | Type { Int, Float } |
Public Member Functions | |
CPPValue (long val=0) | |
CPPValue (double val) | |
operator double () const | |
operator long () const | |
bool | isInt () const |
void | print () const |
Definition at line 25 of file cppvalue.h.
enum CPPValue::Type |
CPPValue::CPPValue | ( | long | val = 0 |
) | [inline] |
Definition at line 32 of file cppvalue.h.
CPPValue::CPPValue | ( | double | val | ) | [inline] |
Definition at line 33 of file cppvalue.h.
CPPValue::operator double | ( | ) | const [inline] |
CPPValue::operator long | ( | ) | const [inline] |
bool CPPValue::isInt | ( | ) | const [inline] |
void CPPValue::print | ( | ) | const [inline] |