Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
stxxl::interleaved_RC Struct Reference

#include <block_alloc_interleaved.h>

Inheritance diagram for stxxl::interleaved_RC:
Inheritance graph
[legend]
Collaboration diagram for stxxl::interleaved_RC:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 82 of file block_alloc_interleaved.h.


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::random_shuffle().


Member Function Documentation

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.


Member Data Documentation

std::vector<std::vector<int> > 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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines