ALPS MPS Codes
Reference documentation.
|
#include <storage.h>
Public Types | |
enum | { core, storing, uncore, prefetching } |
Public Member Functions | |
descriptor () | |
~descriptor () | |
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 |
anonymous enum |
Enumerator | |
---|---|
core | |
storing | |
uncore | |
prefetching |
Definition at line 169 of file storage.h.
|
inline |
Definition at line 153 of file storage.h.
|
inline |
|
inline |
enum { ... } storage::disk::descriptor::state |