Stxxl
1.4.0
|
fully randomized disk allocation scheme functor More...
#include <block_alloc.h>
Public Member Functions | |
FR (int b, int e) | |
FR () | |
int | operator() (int) const |
Static Public Member Functions | |
static const char * | name () |
Private Attributes | |
random_number < random_uniform_fast > | rnd |
fully randomized disk allocation scheme functor
Definition at line 69 of file block_alloc.h.
stxxl::FR::FR | ( | int | b, |
int | e | ||
) | [inline] |
Definition at line 75 of file block_alloc.h.
stxxl::FR::FR | ( | ) | [inline] |
Definition at line 78 of file block_alloc.h.
static const char* stxxl::FR::name | ( | ) | [inline, static] |
Reimplemented from stxxl::striping.
Definition at line 86 of file block_alloc.h.
int stxxl::FR::operator() | ( | int | ) | const [inline] |
Reimplemented from stxxl::striping.
Definition at line 81 of file block_alloc.h.
random_number<random_uniform_fast> stxxl::FR::rnd [private] |
Definition at line 72 of file block_alloc.h.