STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
types.h File Reference
#include <stxxl/bits/namespace.h>
#include <stxxl/bits/common/types.h>
#include <cstdlib>

Go to the source code of this file.

Namespaces

 stxxl
 STXXL library namespace
 
 stxxl::parallel
 

Typedefs

typedef int64 stxxl::parallel::lcas_t
 
typedef uint64 stxxl::parallel::sequence_index_t
 
typedef int stxxl::parallel::thread_index_t
 

Variables

static const size_t stxxl::parallel::lcas_t_bits = sizeof(lcas_t) * 8
 
static const lcas_t stxxl::parallel::lcas_t_mask = (((lcas_t)1 << (lcas_t_bits / 2)) - 1)