Template Class CacheStorageWith3Args

Class Documentation

template <typename Q1, typename Q2, typename Q3, typename V>
class CacheStorageWith3Args

Public Functions

CacheStorageWith3Args()
~CacheStorageWith3Args()
CacheStorageWith3Args(CacheStorageWith3Args &&other)
CacheStorageWith3Args &operator=(CacheStorageWith3Args &&other)
CacheStorageWith3Args(const CacheStorageWith3Args &other)
CacheStorageWith3Args &operator=(const CacheStorageWith3Args &other)
void setFunction(std::function<V(Q1, Q2, Q3)> f_)
void cacheValue(const tTupleKey &key, V value)
V getValue(Q1 q1, Q2 q2, Q3 q3)