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

#include <block_alloc_interleaved.h>

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

List of all members.

Public Member Functions

 interleaved_striping (int_type _nruns, const striping &strategy)
int operator() (int_type i) const

Protected Member Functions

 interleaved_striping (int_type nruns, int begindisk, int diff)

Protected Attributes

int_type nruns
int begindisk
int diff

Detailed Description

Definition at line 27 of file block_alloc_interleaved.h.


Constructor & Destructor Documentation

stxxl::interleaved_striping::interleaved_striping ( int_type  nruns,
int  begindisk,
int  diff 
) [inline, protected]

Definition at line 34 of file block_alloc_interleaved.h.

stxxl::interleaved_striping::interleaved_striping ( int_type  _nruns,
const striping strategy 
) [inline]

Definition at line 39 of file block_alloc_interleaved.h.


Member Function Documentation

int stxxl::interleaved_striping::operator() ( int_type  i) const [inline]

Member Data Documentation

Definition at line 31 of file block_alloc_interleaved.h.

Definition at line 32 of file block_alloc_interleaved.h.

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