ALPS MPS Codes
Reference documentation.
|
#include <storage.h>
Public Types | |
enum | { core, storing, uncore, prefetching } |
Public Member Functions | |
serializable & | operator= (const serializable &rhs) |
void | fetch () |
void | prefetch () |
void | evict () |
void | drop () |
void | thread (boost::thread *t) |
void | join () |
Public Attributes | |
enum storage::disk::descriptor:: { ... } | state |
bool | dumped |
size_t | sid |
boost::thread * | worker |
size_t | record |
|
inherited |
Enumerator | |
---|---|
core | |
storing | |
uncore | |
prefetching |
Definition at line 169 of file storage.h.
|
inline |
Definition at line 211 of file storage.h.
|
inline |
Definition at line 198 of file storage.h.
|
inline |
Definition at line 183 of file storage.h.
|
inline |
|
inline |
|
inlineinherited |
enum { ... } storage::disk::descriptor::state |
|
inherited |