Stxxl
1.4.0
|
#include <block_alloc_interleaved.h>
Public Member Functions | |
interleaved_RC (int_type _nruns, const RC &strategy) | |
int | operator() (int_type i) const |
Public Attributes | |
std::vector< std::vector< int > > | perms |
Definition at line 82 of file block_alloc_interleaved.h.
stxxl::interleaved_RC::interleaved_RC | ( | int_type | _nruns, |
const RC & | strategy | ||
) | [inline] |
Definition at line 86 of file block_alloc_interleaved.h.
References stxxl::random_shuffle().
int stxxl::interleaved_RC::operator() | ( | int_type | i | ) | const [inline] |
Reimplemented from stxxl::interleaved_striping.
Definition at line 100 of file block_alloc_interleaved.h.
std::vector<std::vector<int> > stxxl::interleaved_RC::perms |
Definition at line 84 of file block_alloc_interleaved.h.