#include <storage.h>
Definition at line 149 of file storage.h.
template<class T >
static void storage::nop::drop |
( |
T & |
o | ) |
|
|
inlinestaticinherited |
static bool storage::disk::enabled |
( |
| ) |
|
|
inlinestatic |
template<class T >
static void storage::nop::evict |
( |
T & |
o | ) |
|
|
inlinestaticinherited |
template<class Matrix , class SymmGroup >
static void storage::disk::evict |
( |
MPSTensor< Matrix, SymmGroup > & |
t | ) |
|
|
inlinestatic |
template<class T >
static void storage::nop::fetch |
( |
T & |
o | ) |
|
|
inlinestaticinherited |
static std::string storage::disk::fp |
( |
size_t |
sid | ) |
|
|
inlinestatic |
static size_t storage::disk::index |
( |
| ) |
|
|
inlinestatic |
static void storage::disk::init |
( |
const std::string & |
path | ) |
|
|
inlinestatic |
Definition at line 224 of file storage.h.
225 maquis::cout <<
"Temporary storage enabled in " <<
path <<
"\n";
static disk& storage::disk::instance |
( |
| ) |
|
|
inlinestatic |
template<class T >
static void storage::nop::prefetch |
( |
T & |
o | ) |
|
|
inlinestaticinherited |
template<class T >
static void storage::disk::prefetch |
( |
serializable< T > & |
t | ) |
|
|
inlinestatic |
static void storage::disk::sync |
( |
| ) |
|
|
inlinestatic |
Definition at line 245 of file storage.h.
std::vector< descriptor * > queue
static void storage::disk::track |
( |
descriptor * |
d | ) |
|
|
inlinestatic |
Definition at line 238 of file storage.h.
std::vector< descriptor * > queue
static void storage::disk::untrack |
( |
descriptor * |
d | ) |
|
|
inlinestatic |
Definition at line 242 of file storage.h.
std::vector< descriptor * > queue
bool storage::disk::active |
std::string storage::disk::path |
size_t storage::disk::sid |
The documentation for this class was generated from the following file: