X-1.1 Camiel Vanderhoeven 31-MAR-2008 Adapted for use by the ES40 Emulator.
Definition in file Types.h.
#include "VMS/Foundation.h"
Go to the source code of this file.
Namespaces | |
| namespace | Poco |
Defines | |
| #define | POCO_PTR_IS_64_BIT 1 |
| #define | POCO_HAVE_INT64 1 |
Typedefs | |
| typedef signed char | Poco::Int8 |
| typedef unsigned char | Poco::UInt8 |
| typedef signed short | Poco::Int16 |
| typedef unsigned short | Poco::UInt16 |
| typedef signed int | Poco::Int32 |
| typedef unsigned int | Poco::UInt32 |
| typedef signed __int64 | Poco::Int64 |
| typedef unsigned __int64 | Poco::UInt64 |
| typedef Int64 | Poco::IntPtr |
| typedef UInt64 | Poco::UIntPtr |