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

#include <block_alloc_interleaved.h>

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

List of all members.

Public Member Functions

 interleaved_SR (int_type _nruns, const SR &strategy)
int operator() (int_type i) const

Public Attributes

std::vector< int > offsets

Detailed Description

Definition at line 63 of file block_alloc_interleaved.h.


Constructor & Destructor Documentation

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

Definition at line 67 of file block_alloc_interleaved.h.


Member Function Documentation

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.


Member Data Documentation

Definition at line 65 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