Stxxl
1.4.0
|
'single disk' disk allocation scheme functor More...
#include <block_alloc.h>
Public Member Functions | |
single_disk (int d, int=0) | |
single_disk () | |
int | operator() (int) const |
Static Public Member Functions | |
static const char * | name () |
Public Attributes | |
const int | disk |
'single disk' disk allocation scheme functor
Definition at line 195 of file block_alloc.h.
stxxl::single_disk::single_disk | ( | int | d, |
int | = 0 |
||
) | [inline] |
Definition at line 198 of file block_alloc.h.
stxxl::single_disk::single_disk | ( | ) | [inline] |
Definition at line 201 of file block_alloc.h.
static const char* stxxl::single_disk::name | ( | ) | [inline, static] |
Definition at line 209 of file block_alloc.h.
int stxxl::single_disk::operator() | ( | int | ) | const [inline] |
Definition at line 204 of file block_alloc.h.
const int stxxl::single_disk::disk |
Definition at line 197 of file block_alloc.h.