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

Detailed Description

Example disk allocation scheme functor.

Remarks
model of allocation_strategy concept

Definition at line 31 of file block_alloc.h.

Public Member Functions

 basic_allocation_strategy (int disks_begin, int disks_end)
 
 basic_allocation_strategy ()
 
int operator() (int i) const
 

Static Public Member Functions

static const char * name ()
 

Constructor & Destructor Documentation

stxxl::basic_allocation_strategy::basic_allocation_strategy ( int  disks_begin,
int  disks_end 
)
stxxl::basic_allocation_strategy::basic_allocation_strategy ( )

Member Function Documentation

static const char* stxxl::basic_allocation_strategy::name ( )
static
int stxxl::basic_allocation_strategy::operator() ( int  i) const

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