Namespaces | |
| namespace | Emma |
Defines | |
| #define | EMMA_EXPORT __declspec( dllimport ) |
| #define | EMMADIRECT_EXPORT __declspec( dllexport ) |
| #define | ThreadStorage __thread |
| #define | NO_THREAD 0 |
| #define | INT64(i) i##i64 |
| #define | UINT64(i) i##Ui64 |
| #define | IS_NAN(n) ((int64_t) (n) == (int64_t) (M_NAN)) |
| #define | IS_INF(n) ((int64_t) (n) == (int64_t) (M_INF) || \ |
Typedefs | |
| typedef unsigned __int64 | Emma::uint64_t |
| typedef __int64 | Emma::int64_t |
| typedef unsigned long | Emma::uint32_t |
| typedef long | Emma::int32_t |
| typedef unsigned short | Emma::uint16_t |
| typedef short | Emma::int16_t |
| typedef unsigned char | Emma::uint8_t |
| typedef char | Emma::int8_t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.3