Go to the documentation of this file.
30 #define TYPE_CHECK(Type) \
31 const char* typeCheck(const Type p){ \
34 int typeCheckID(const Type p){ \
35 return CustomExtensions::t##Type; \
38 namespace CustomExtensions{
62 typedef unsigned char uchar;
63 typedef unsigned int uint;
64 typedef unsigned long ulong;
65 typedef long long longlong;
66 typedef unsigned long long ulonglong;