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

example disk allocation scheme functor More...

#include <block_alloc.h>

List of all members.

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 ()

Detailed Description

example disk allocation scheme functor

Remarks:
model of allocation_strategy concept

Definition at line 33 of file block_alloc.h.


Constructor & Destructor Documentation

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

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