14 #ifndef STXXL_COMMON_TYPES_HEADER
15 #define STXXL_COMMON_TYPES_HEADER
24 typedef unsigned __int8
uint8;
25 typedef __int16
int16;
26 typedef unsigned __int16
uint16;
27 typedef __int32
int32;
28 typedef unsigned __int32
uint32;
29 typedef __int64
int64;
30 typedef unsigned __int64
uint64;
39 typedef unsigned long long int uint64;
45 template <
int PtrSize>
71 #endif // !STXXL_COMMON_TYPES_HEADER
unsigned long long int uint64
choose_int_types< my_pointer_size >::int_type int_type
unsigned_type internal_size_type
#define STXXL_BEGIN_NAMESPACE
uint64 external_size_type
choose_int_types< my_pointer_size >::unsigned_type unsigned_type
#define STXXL_END_NAMESPACE