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

Detailed Description

Striping disk allocation scheme functor.

Remarks
model of allocation_strategy concept

Definition at line 41 of file block_alloc.h.

+ Inheritance diagram for stxxl::striping:
+ Collaboration diagram for stxxl::striping:

Public Member Functions

 striping (unsigned_type b, unsigned_type e)
 
 striping ()
 
unsigned_type operator() (unsigned_type i) const
 

Static Public Member Functions

static const char * name ()
 

Public Attributes

unsigned_type begin
 
unsigned_type diff
 

Constructor & Destructor Documentation

stxxl::striping::striping ( unsigned_type  b,
unsigned_type  e 
)
inline

Definition at line 46 of file block_alloc.h.

stxxl::striping::striping ( )
inline

Definition at line 49 of file block_alloc.h.

Member Function Documentation

static const char* stxxl::striping::name ( )
inlinestatic

Definition at line 59 of file block_alloc.h.

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

Definition at line 54 of file block_alloc.h.

Member Data Documentation

unsigned_type stxxl::striping::begin

Definition at line 43 of file block_alloc.h.

unsigned_type stxxl::striping::diff

Definition at line 43 of file block_alloc.h.


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