ALPS MPS Codes
Reference documentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
storage::nop Class Reference

#include <storage.h>

Inheritance diagram for storage::nop:
storage::disk

Static Public Member Functions

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 ()
 

Detailed Description

Definition at line 72 of file storage.h.

Member Function Documentation

template<class T >
static void storage::nop::drop ( T &  o)
inlinestatic

Definition at line 77 of file storage.h.

77 {}
template<class T >
static void storage::nop::evict ( T &  o)
inlinestatic

Definition at line 76 of file storage.h.

76 {}
template<class T >
static void storage::nop::fetch ( T &  o)
inlinestatic

Definition at line 75 of file storage.h.

75 {}
template<class T >
static void storage::nop::prefetch ( T &  o)
inlinestatic

Definition at line 74 of file storage.h.

74 {}
static void storage::nop::sync ( )
inlinestatic

Definition at line 78 of file storage.h.

78 {}

The documentation for this class was generated from the following file: