STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::interleaved_SR Struct Reference

Detailed Description

Definition at line 63 of file block_alloc_interleaved.h.

+ Inheritance diagram for stxxl::interleaved_SR:
+ Collaboration diagram for stxxl::interleaved_SR:

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
 

Member Typedef Documentation

Constructor & Destructor Documentation

stxxl::interleaved_SR::interleaved_SR ( int_type  _nruns,
const SR strategy 
)
inline

Definition at line 68 of file block_alloc_interleaved.h.

Member Function Documentation

unsigned_type stxxl::interleaved_SR::operator() ( unsigned_type  i) const
inline

Definition at line 76 of file block_alloc_interleaved.h.

Member Data Documentation

std::vector<int> stxxl::interleaved_SR::offsets

Definition at line 66 of file block_alloc_interleaved.h.


The documentation for this struct was generated from the following file: