#include <nrroTypeInfo.h>
Inheritance diagram for _NrroType:
see below for an array of type info structs that are indexable by Nrro::getType()
Definition at line 29 of file nrroTypeInfo.h.
Public Member Functions | |
virtual bool | isIntegral () const=0 |
int, short, char etc... | |
virtual bool | isFloat () const=0 |
float or double | |
virtual double | min () const=0 |
virtual double | max () const=0 |
|
float or double
Implemented in NrroTypeUnknown, NrroTypeChar, NrroTypeUChar, NrroTypeShort, NrroTypeUShort, NrroTypeInt, NrroTypeUInt, NrroTypeLL, NrroTypeULL, NrroTypeFloat, and NrroTypeDouble. |
|
int, short, char etc...
Implemented in NrroTypeUnknown, NrroTypeChar, NrroTypeUChar, NrroTypeShort, NrroTypeUShort, NrroTypeInt, NrroTypeUInt, NrroTypeLL, NrroTypeULL, NrroTypeFloat, and NrroTypeDouble. |
|
Implemented in NrroTypeUnknown, NrroTypeChar, NrroTypeUChar, NrroTypeShort, NrroTypeUShort, NrroTypeInt, NrroTypeUInt, NrroTypeLL, NrroTypeULL, NrroTypeFloat, and NrroTypeDouble. |
|
Implemented in NrroTypeUnknown, NrroTypeChar, NrroTypeUChar, NrroTypeShort, NrroTypeUShort, NrroTypeInt, NrroTypeUInt, NrroTypeLL, NrroTypeULL, NrroTypeFloat, and NrroTypeDouble. |