NCBI C++ ToolKit
Macros
tds_sysdep_public.h File Reference
#include <corelib/ncbitype.h>
+ Include dependency graph for tds_sysdep_public.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ SYBDBLIB

#define SYBDBLIB   1

Definition at line 46 of file tds_sysdep_public.h.

◆ tds_sysdep_int16_type

#define tds_sysdep_int16_type   Int2 /* 16-bit signed int */

Definition at line 34 of file tds_sysdep_public.h.

◆ tds_sysdep_int32_type

#define tds_sysdep_int32_type   Int4 /* 32-bit signed int */

Definition at line 36 of file tds_sysdep_public.h.

◆ tds_sysdep_int64_type

#define tds_sysdep_int64_type   Int8 /* 64-bit signed int */

Definition at line 38 of file tds_sysdep_public.h.

◆ tds_sysdep_intptr_type

#define tds_sysdep_intptr_type   intptr_t /* pointer-sized signed int */

Definition at line 42 of file tds_sysdep_public.h.

◆ tds_sysdep_real32_type

#define tds_sysdep_real32_type   float /* 32-bit real */

Definition at line 40 of file tds_sysdep_public.h.

◆ tds_sysdep_real64_type

#define tds_sysdep_real64_type   double /* 64-bit real */

Definition at line 41 of file tds_sysdep_public.h.

◆ tds_sysdep_uint16_type

#define tds_sysdep_uint16_type   Uint2 /* 16-bit unsigned int */

Definition at line 35 of file tds_sysdep_public.h.

◆ tds_sysdep_uint32_type

#define tds_sysdep_uint32_type   Uint4 /* 32-bit unsigned int */

Definition at line 37 of file tds_sysdep_public.h.

◆ tds_sysdep_uint64_type

#define tds_sysdep_uint64_type   Uint8 /* 64-bit unsigned int */

Definition at line 39 of file tds_sysdep_public.h.

◆ tds_sysdep_uintptr_type

#define tds_sysdep_uintptr_type   uintptr_t /* pointer-sized unsigned int */

Definition at line 43 of file tds_sysdep_public.h.

Modified on Wed Nov 29 02:23:02 2023 by modify_doxy.py rev. 669887