SIONlib  2.0.0-rc.2
Scalable I/O library for parallel access to task-local files
Macros
Datatypes

Datatypes for use throughout the SIONlib API (deprecated) More...

Collaboration diagram for Datatypes:

Macros

#define sion_int32   int32_t
 a 32 bit signed integer More...
 
#define sion_uint32   uint32_t
 a 32 bit unsigned integer More...
 
#define sion_int64   int64_t
 a 64 bit signed integer More...
 
#define sion_uint64   uint64_t
 a 64 bit unsigned integer More...
 

Detailed Description

Datatypes for use throughout the SIONlib API (deprecated)

Deprecated:
SIONlib now uses the fixed size integer types defined by the C standard libary (such as int64_t) in its public interface. Those types should be used instead of the ones defined here.

Macro Definition Documentation

◆ sion_int32

#define sion_int32   int32_t

a 32 bit signed integer

Deprecated:
int32_t from the C standard library should be used instead

Definition at line 27 of file sion_datatypes.h.

◆ sion_int64

#define sion_int64   int64_t

a 64 bit signed integer

Deprecated:
int64_t from the C standard library should be used instead

Definition at line 35 of file sion_datatypes.h.

◆ sion_uint32

#define sion_uint32   uint32_t

a 32 bit unsigned integer

Deprecated:
uint32_t from the C standard library should be used instead

Definition at line 31 of file sion_datatypes.h.

◆ sion_uint64

#define sion_uint64   uint64_t

a 64 bit unsigned integer

Deprecated:
uint64_t from the C standard library should be used instead

Definition at line 39 of file sion_datatypes.h.