Ark Server API (ASE) - Wiki
|
Go to the source code of this file.
Macros | |
#define | POCO_OS_FREE_BSD 0x0001 |
#define | POCO_OS_AIX 0x0002 |
#define | POCO_OS_HPUX 0x0003 |
#define | POCO_OS_TRU64 0x0004 |
#define | POCO_OS_LINUX 0x0005 |
#define | POCO_OS_MAC_OS_X 0x0006 |
#define | POCO_OS_NET_BSD 0x0007 |
#define | POCO_OS_OPEN_BSD 0x0008 |
#define | POCO_OS_IRIX 0x0009 |
#define | POCO_OS_SOLARIS 0x000a |
#define | POCO_OS_QNX 0x000b |
#define | POCO_OS_VXWORKS 0x000c |
#define | POCO_OS_CYGWIN 0x000d |
#define | POCO_OS_NACL 0x000e |
#define | POCO_OS_ANDROID 0x000f |
#define | POCO_OS_UNKNOWN_UNIX 0x00ff |
#define | POCO_OS_WINDOWS_NT 0x1001 |
#define | POCO_OS_WINDOWS_CE 0x1011 |
#define | POCO_OS_VMS 0x2001 |
#define | POCO_ARCH_ALPHA 0x01 |
#define | POCO_ARCH_IA32 0x02 |
#define | POCO_ARCH_IA64 0x03 |
#define | POCO_ARCH_MIPS 0x04 |
#define | POCO_ARCH_HPPA 0x05 |
#define | POCO_ARCH_PPC 0x06 |
#define | POCO_ARCH_POWER 0x07 |
#define | POCO_ARCH_SPARC 0x08 |
#define | POCO_ARCH_AMD64 0x09 |
#define | POCO_ARCH_ARM 0x0a |
#define | POCO_ARCH_M68K 0x0b |
#define | POCO_ARCH_S390 0x0c |
#define | POCO_ARCH_SH 0x0d |
#define | POCO_ARCH_NIOS2 0x0e |
#define | POCO_ARCH_AARCH64 0x0f |
#define | POCO_ARCH_ARM64 0x0f |
#define | POCO_ARCH_RISCV64 0x10 |
#define | POCO_ARCH_RISCV32 0x11 |
#define | POCO_UNUSED |
#define | POCO_DEFAULT_NEWLINE_CHARS "\n" |
#define POCO_ARCH_AARCH64 0x0f |
Definition at line 135 of file Platform.h.
#define POCO_ARCH_ALPHA 0x01 |
Definition at line 121 of file Platform.h.
#define POCO_ARCH_AMD64 0x09 |
Definition at line 129 of file Platform.h.
#define POCO_ARCH_ARM 0x0a |
Definition at line 130 of file Platform.h.
#define POCO_ARCH_ARM64 0x0f |
Definition at line 136 of file Platform.h.
#define POCO_ARCH_HPPA 0x05 |
Definition at line 125 of file Platform.h.
#define POCO_ARCH_IA32 0x02 |
Definition at line 122 of file Platform.h.
#define POCO_ARCH_IA64 0x03 |
Definition at line 123 of file Platform.h.
#define POCO_ARCH_M68K 0x0b |
Definition at line 131 of file Platform.h.
#define POCO_ARCH_MIPS 0x04 |
Definition at line 124 of file Platform.h.
#define POCO_ARCH_NIOS2 0x0e |
Definition at line 134 of file Platform.h.
#define POCO_ARCH_POWER 0x07 |
Definition at line 127 of file Platform.h.
#define POCO_ARCH_PPC 0x06 |
Definition at line 126 of file Platform.h.
#define POCO_ARCH_RISCV32 0x11 |
Definition at line 138 of file Platform.h.
#define POCO_ARCH_RISCV64 0x10 |
Definition at line 137 of file Platform.h.
#define POCO_ARCH_S390 0x0c |
Definition at line 132 of file Platform.h.
#define POCO_ARCH_SH 0x0d |
Definition at line 133 of file Platform.h.
#define POCO_ARCH_SPARC 0x08 |
Definition at line 128 of file Platform.h.
#define POCO_DEFAULT_NEWLINE_CHARS "\n" |
Definition at line 286 of file Platform.h.
#define POCO_OS_AIX 0x0002 |
Definition at line 28 of file Platform.h.
#define POCO_OS_ANDROID 0x000f |
Definition at line 41 of file Platform.h.
#define POCO_OS_CYGWIN 0x000d |
Definition at line 39 of file Platform.h.
#define POCO_OS_FREE_BSD 0x0001 |
Definition at line 27 of file Platform.h.
#define POCO_OS_HPUX 0x0003 |
Definition at line 29 of file Platform.h.
#define POCO_OS_IRIX 0x0009 |
Definition at line 35 of file Platform.h.
#define POCO_OS_LINUX 0x0005 |
Definition at line 31 of file Platform.h.
#define POCO_OS_MAC_OS_X 0x0006 |
Definition at line 32 of file Platform.h.
#define POCO_OS_NACL 0x000e |
Definition at line 40 of file Platform.h.
#define POCO_OS_NET_BSD 0x0007 |
Definition at line 33 of file Platform.h.
#define POCO_OS_OPEN_BSD 0x0008 |
Definition at line 34 of file Platform.h.
#define POCO_OS_QNX 0x000b |
Definition at line 37 of file Platform.h.
#define POCO_OS_SOLARIS 0x000a |
Definition at line 36 of file Platform.h.
#define POCO_OS_TRU64 0x0004 |
Definition at line 30 of file Platform.h.
#define POCO_OS_UNKNOWN_UNIX 0x00ff |
Definition at line 42 of file Platform.h.
#define POCO_OS_VMS 0x2001 |
Definition at line 45 of file Platform.h.
#define POCO_OS_VXWORKS 0x000c |
Definition at line 38 of file Platform.h.
#define POCO_OS_WINDOWS_CE 0x1011 |
Definition at line 44 of file Platform.h.
#define POCO_OS_WINDOWS_NT 0x1001 |
Definition at line 43 of file Platform.h.
#define POCO_UNUSED |
Definition at line 274 of file Platform.h.