|
Stxxl
1.4.0
|
striping disk allocation scheme functor More...
#include <block_alloc.h>

Public Member Functions | |
| striping (int b, int e) | |
| striping () | |
| int | operator() (int i) const |
Static Public Member Functions | |
| static const char * | name () |
Public Attributes | |
| int | begin |
| int | diff |
striping disk allocation scheme functor
Definition at line 43 of file block_alloc.h.
| stxxl::striping::striping | ( | int | b, |
| int | e | ||
| ) | [inline] |
Definition at line 48 of file block_alloc.h.
| stxxl::striping::striping | ( | ) | [inline] |
Definition at line 51 of file block_alloc.h.
| static const char* stxxl::striping::name | ( | ) | [inline, static] |
Reimplemented in stxxl::RC_flash, stxxl::RC_disk, stxxl::RC, stxxl::SR, and stxxl::FR.
Definition at line 61 of file block_alloc.h.
| int stxxl::striping::operator() | ( | int | i | ) | const [inline] |
Reimplemented in stxxl::RC, stxxl::SR, and stxxl::FR.
Definition at line 56 of file block_alloc.h.
Definition at line 45 of file block_alloc.h.
Definition at line 45 of file block_alloc.h.
1.7.6.1