STXXL
1.4.0
|
Fully randomized disk allocation scheme functor.
Definition at line 68 of file block_alloc.h.
Public Member Functions | |
FR (unsigned_type b, unsigned_type e) | |
FR () | |
unsigned_type | operator() (unsigned_type) const |
Public Member Functions inherited from stxxl::striping | |
striping (unsigned_type b, unsigned_type e) | |
striping () | |
unsigned_type | operator() (unsigned_type i) const |
Static Public Member Functions | |
static const char * | name () |
Static Public Member Functions inherited from stxxl::striping | |
static const char * | name () |
Private Types | |
typedef random_number < random_uniform_fast > | rnd_type |
Private Attributes | |
rnd_type | rnd |
Additional Inherited Members | |
Public Attributes inherited from stxxl::striping | |
unsigned_type | begin |
unsigned_type | diff |
|
private |
Definition at line 71 of file block_alloc.h.
|
inline |
Definition at line 75 of file block_alloc.h.
|
inline |
Definition at line 78 of file block_alloc.h.
|
inlinestatic |
Definition at line 86 of file block_alloc.h.
|
inline |
Definition at line 81 of file block_alloc.h.
|
private |
Definition at line 72 of file block_alloc.h.