NCBI C++ ToolKit
Macros | Typedefs
tds_sysdep_public.h File Reference
#include <corelib/ncbitype.h>
#include <float.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_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
 

Macro Definition Documentation

◆ SYBDBLIB

#define SYBDBLIB   1

Definition at line 108 of file tds_sysdep_public.h.

◆ tds_sysdep_real32_type

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

Definition at line 100 of file tds_sysdep_public.h.

◆ tds_sysdep_real64_type

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

Definition at line 104 of file tds_sysdep_public.h.

Typedef Documentation

◆ int16_t

typedef Int2 int16_t

Definition at line 51 of file tds_sysdep_public.h.

◆ int32_t

typedef Int4 int32_t

Definition at line 53 of file tds_sysdep_public.h.

◆ int64_t

typedef Int8 int64_t

◆ int8_t

typedef signed char int8_t

Definition at line 34 of file tds_sysdep_public.h.

◆ uint16_t

typedef Uint2 uint16_t

Definition at line 52 of file tds_sysdep_public.h.

◆ uint32_t

typedef Uint4 uint32_t

Definition at line 54 of file tds_sysdep_public.h.

◆ uint64_t

typedef Uint8 uint64_t

Definition at line 56 of file tds_sysdep_public.h.

◆ uint8_t

typedef unsigned char uint8_t

Definition at line 35 of file tds_sysdep_public.h.

Modified on Fri Sep 20 14:57:24 2024 by modify_doxy.py rev. 669887