NCBI C++ ToolKit
|
#include <corelib/ncbitype.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | tds_sysdep_int16_type Int2 /* 16-bit signed int */ |
#define | tds_sysdep_uint16_type Uint2 /* 16-bit unsigned int */ |
#define | tds_sysdep_int32_type Int4 /* 32-bit signed int */ |
#define | tds_sysdep_uint32_type Uint4 /* 32-bit unsigned int */ |
#define | tds_sysdep_int64_type Int8 /* 64-bit signed int */ |
#define | tds_sysdep_uint64_type Uint8 /* 64-bit unsigned int */ |
#define | tds_sysdep_real32_type float /* 32-bit real */ |
#define | tds_sysdep_real64_type double /* 64-bit real */ |
#define | tds_sysdep_intptr_type intptr_t /* pointer-sized signed int */ |
#define | tds_sysdep_uintptr_type uintptr_t /* pointer-sized unsigned int */ |
#define | SYBDBLIB 1 |
#define SYBDBLIB 1 |
Definition at line 46 of file tds_sysdep_public.h.
Definition at line 34 of file tds_sysdep_public.h.
Definition at line 36 of file tds_sysdep_public.h.
Definition at line 38 of file tds_sysdep_public.h.
Definition at line 42 of file tds_sysdep_public.h.
#define tds_sysdep_real32_type float /* 32-bit real */ |
Definition at line 40 of file tds_sysdep_public.h.
#define tds_sysdep_real64_type double /* 64-bit real */ |
Definition at line 41 of file tds_sysdep_public.h.
Definition at line 35 of file tds_sysdep_public.h.
Definition at line 37 of file tds_sysdep_public.h.
Definition at line 39 of file tds_sysdep_public.h.
Definition at line 43 of file tds_sysdep_public.h.