Stxxl
1.4.0
|
example disk allocation scheme functor More...
#include <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 () |
example disk allocation scheme functor
Definition at line 33 of file block_alloc.h.
stxxl::basic_allocation_strategy::basic_allocation_strategy | ( | int | disks_begin, |
int | disks_end | ||
) |
static const char* stxxl::basic_allocation_strategy::name | ( | ) | [static] |
int stxxl::basic_allocation_strategy::operator() | ( | int | i | ) | const |