|
Stxxl
1.4.0
|
#include <block_alloc_interleaved.h>


Public Member Functions | |
| interleaved_SR (int_type _nruns, const SR &strategy) | |
| int | operator() (int_type i) const |
Public Attributes | |
| std::vector< int > | offsets |
Definition at line 63 of file block_alloc_interleaved.h.
| stxxl::interleaved_SR::interleaved_SR | ( | int_type | _nruns, |
| const SR & | strategy | ||
| ) | [inline] |
Definition at line 67 of file block_alloc_interleaved.h.
| int stxxl::interleaved_SR::operator() | ( | int_type | i | ) | const [inline] |
Reimplemented from stxxl::interleaved_striping.
Definition at line 75 of file block_alloc_interleaved.h.
| std::vector<int> stxxl::interleaved_SR::offsets |
Definition at line 65 of file block_alloc_interleaved.h.
1.7.6.1