Stxxl
1.4.0
|
#include <stxxl/bits/namespace.h>
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 | |
namespace | stxxl |
| |
Typedefs | |
typedef long long int | stxxl::int64 |
typedef unsigned long long int | stxxl::uint64 |
typedef choose_int_types < my_pointer_size >::int_type | stxxl::int_type |
typedef choose_int_types < my_pointer_size > ::unsigned_type | stxxl::unsigned_type |
typedef unsigned_type | stxxl::internal_size_type |
typedef uint64 | stxxl::external_size_type |
Enumerations | |
enum | { stxxl::my_pointer_size = sizeof(void *) } |