|
virtual const char * | GetTypeName () const |
|
virtual int | Verify (const char *input) const |
|
IType * | GetType () const |
|
int | GetTypeValue () const |
|
virtual bool | operator== (int value) const |
|
virtual bool | operator== (const char *szTypeName) const |
|
virtual bool | operator== (const IType &value) const |
|
|
static double | Parse (const char *input) |
|
static IType * | GetType (const char *szTypeName) |
|
|
static const char | TypeName [] ="double" |
|
static const double | MaxValue =1.7976931348623157E+308 |
|
static const double | MinValue =-1.7976931348623157E+308 |
|
The documentation for this class was generated from the following files:
- Client/trunk/ParaEngineClient/util/Type.h
- Client/trunk/ParaEngineClient/util/Type.cpp