STXXL
1.4-dev
|
Go to the source code of this file.
Classes | |
struct | stxxl::choose_int_types< PtrSize > |
struct | stxxl::choose_int_types< 4 > |
struct | stxxl::choose_int_types< 8 > |
Namespaces | |
stxxl | |
STXXL library namespace | |
Typedefs | |
typedef uint64 | stxxl::external_size_type |
typedef short | stxxl::int16 |
typedef int | stxxl::int32 |
typedef long long int | stxxl::int64 |
typedef char | stxxl::int8 |
typedef choose_int_types < my_pointer_size >::int_type | stxxl::int_type |
typedef unsigned_type | stxxl::internal_size_type |
typedef unsigned short | stxxl::uint16 |
typedef unsigned int | stxxl::uint32 |
typedef unsigned long long int | stxxl::uint64 |
typedef unsigned char | stxxl::uint8 |
typedef choose_int_types < my_pointer_size > ::unsigned_type | stxxl::unsigned_type |
Enumerations | |
enum | { stxxl::my_pointer_size = sizeof(void*) } |