STXXL
1.4.0
|
Definition at line 64 of file block_alloc_interleaved.h.
Public Types | |
typedef random_number < random_uniform_fast > | rnd_type |
Public Member Functions | |
interleaved_SR (int_type _nruns, const SR &strategy) | |
unsigned_type | operator() (unsigned_type i) const |
Public Member Functions inherited from stxxl::interleaved_striping | |
interleaved_striping (int_type _nruns, const striping &strategy) | |
unsigned_type | operator() (unsigned_type i) const |
Public Attributes | |
std::vector< int > | offsets |
Additional Inherited Members | |
Protected Member Functions inherited from stxxl::interleaved_striping | |
interleaved_striping (int_type nruns, unsigned_type begindisk, unsigned_type diff) | |
Protected Attributes inherited from stxxl::interleaved_striping | |
unsigned_type | begindisk |
unsigned_type | diff |
int_type | nruns |
Definition at line 66 of file block_alloc_interleaved.h.
Definition at line 69 of file block_alloc_interleaved.h.
|
inline |
Definition at line 77 of file block_alloc_interleaved.h.
std::vector<int> stxxl::interleaved_SR::offsets |
Definition at line 67 of file block_alloc_interleaved.h.