#include <storage.h>
|
template<class T > |
static void | prefetch (T &o) |
|
template<class T > |
static void | fetch (T &o) |
|
template<class T > |
static void | evict (T &o) |
|
template<class T > |
static void | drop (T &o) |
|
static void | sync () |
|
Definition at line 72 of file storage.h.
template<class T >
static void storage::nop::drop |
( |
T & |
o | ) |
|
|
inlinestatic |
template<class T >
static void storage::nop::evict |
( |
T & |
o | ) |
|
|
inlinestatic |
template<class T >
static void storage::nop::fetch |
( |
T & |
o | ) |
|
|
inlinestatic |
template<class T >
static void storage::nop::prefetch |
( |
T & |
o | ) |
|
|
inlinestatic |
static void storage::nop::sync |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: