NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | tds_sysdep_real32_type float /* 32-bit real */ |
#define | tds_sysdep_real64_type double /* 64-bit real */ |
#define | SYBDBLIB 1 |
Typedefs | |
typedef signed char | int8_t |
typedef unsigned char | uint8_t |
typedef Int2 | int16_t |
typedef Uint2 | uint16_t |
typedef Int4 | int32_t |
typedef Uint4 | uint32_t |
typedef Int8 | int64_t |
typedef Uint8 | uint64_t |
#define SYBDBLIB 1 |
Definition at line 108 of file tds_sysdep_public.h.
#define tds_sysdep_real32_type float /* 32-bit real */ |
Definition at line 100 of file tds_sysdep_public.h.
#define tds_sysdep_real64_type double /* 64-bit real */ |
Definition at line 104 of file tds_sysdep_public.h.
Definition at line 51 of file tds_sysdep_public.h.
Definition at line 53 of file tds_sysdep_public.h.
Definition at line 55 of file tds_sysdep_public.h.
typedef signed char int8_t |
Definition at line 34 of file tds_sysdep_public.h.
Definition at line 52 of file tds_sysdep_public.h.
Definition at line 54 of file tds_sysdep_public.h.
Definition at line 56 of file tds_sysdep_public.h.
typedef unsigned char uint8_t |
Definition at line 35 of file tds_sysdep_public.h.