STXXL
1.4.0
|
Definition at line 84 of file block_alloc_interleaved.h.
Public Member Functions | |
interleaved_RC (int_type _nruns, const RC &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< std::vector < unsigned_type > > | perms |
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 88 of file block_alloc_interleaved.h.
References _STXXL_FORCE_SEQUENTIAL, and stxxl::random_shuffle().
|
inline |
Definition at line 102 of file block_alloc_interleaved.h.
std::vector<std::vector<unsigned_type> > stxxl::interleaved_RC::perms |
Definition at line 86 of file block_alloc_interleaved.h.