|
STXXL
1.4.1
|
Fully randomized disk allocation scheme functor.
Definition at line 67 of file block_alloc.h.
Inheritance diagram for stxxl::FR:
Collaboration diagram for stxxl::FR: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 70 of file block_alloc.h.
|
inline |
Definition at line 74 of file block_alloc.h.
|
inline |
Definition at line 77 of file block_alloc.h.
|
inlinestatic |
Definition at line 85 of file block_alloc.h.
|
inline |
Definition at line 80 of file block_alloc.h.
|
private |
Definition at line 71 of file block_alloc.h.