STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::interleaved_RC Struct Reference

Detailed Description

Definition at line 82 of file block_alloc_interleaved.h.

+ Inheritance diagram for stxxl::interleaved_RC:
+ Collaboration diagram for stxxl::interleaved_RC:

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
 

Constructor & Destructor Documentation

stxxl::interleaved_RC::interleaved_RC ( int_type  _nruns,
const RC strategy 
)
inline

Definition at line 86 of file block_alloc_interleaved.h.

References _STXXL_FORCE_SEQUENTIAL, and stxxl::random_shuffle().

Member Function Documentation

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

Definition at line 100 of file block_alloc_interleaved.h.

Member Data Documentation

std::vector<std::vector<unsigned_type> > stxxl::interleaved_RC::perms

Definition at line 84 of file block_alloc_interleaved.h.


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