Stxxl
1.4.0
|
simple randomized disk allocation scheme functor More...
#include <block_alloc.h>
Public Member Functions | |
SR (int b, int e) | |
SR () | |
int | operator() (int i) const |
Static Public Member Functions | |
static const char * | name () |
Private Member Functions | |
void | init () |
Private Attributes | |
int | offset |
simple randomized disk allocation scheme functor
Definition at line 94 of file block_alloc.h.
stxxl::SR::SR | ( | int | b, |
int | e | ||
) | [inline] |
Definition at line 106 of file block_alloc.h.
References init().
stxxl::SR::SR | ( | ) | [inline] |
Definition at line 111 of file block_alloc.h.
References init().
void stxxl::SR::init | ( | ) | [inline, private] |
Definition at line 99 of file block_alloc.h.
static const char* stxxl::SR::name | ( | ) | [inline, static] |
Reimplemented from stxxl::striping.
Definition at line 121 of file block_alloc.h.
int stxxl::SR::operator() | ( | int | i | ) | const [inline] |
Reimplemented from stxxl::striping.
Definition at line 116 of file block_alloc.h.
int stxxl::SR::offset [private] |
Definition at line 97 of file block_alloc.h.