| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <stdlib.h>#include <limits.h>Go to the source code of this file.
Macros | |
| #define | strtoull _strtoui64 |
| #define | INT64_MAX _I64_MAX |
| #define | INT64_MIN _I64_MIN |
Typedefs | |
| typedef unsigned char | uint8_t |
| typedef signed char | int8_t |
| typedef unsigned short | uint16_t |
| typedef short | int16_t |
| typedef unsigned int | uint32_t |
| typedef int | int32_t |
| typedef unsigned __int64 | uint64_t |
| typedef __int64 | int64_t |
| typedef unsigned int | uint |
| #define INT64_MAX _I64_MAX |
Definition at line 38 of file IntegerTypes.h.
| #define INT64_MIN _I64_MIN |
Definition at line 39 of file IntegerTypes.h.
| #define strtoull _strtoui64 |
Definition at line 26 of file IntegerTypes.h.
| typedef short int16_t |
Definition at line 33 of file IntegerTypes.h.
| typedef int int32_t |
Definition at line 35 of file IntegerTypes.h.
| typedef __int64 int64_t |
Definition at line 37 of file IntegerTypes.h.
| typedef signed char int8_t |
Definition at line 31 of file IntegerTypes.h.
| typedef unsigned int uint |
Definition at line 45 of file IntegerTypes.h.
| typedef unsigned short uint16_t |
Definition at line 32 of file IntegerTypes.h.
| typedef unsigned int uint32_t |
Definition at line 34 of file IntegerTypes.h.
| typedef unsigned __int64 uint64_t |
Definition at line 36 of file IntegerTypes.h.
| typedef unsigned char uint8_t |
Definition at line 30 of file IntegerTypes.h.
1.8.14