IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Helper classes for various types of caching. More...
#include <IMP/kernel_config.h>
#include "internal/cache.h"
#include "check_macros.h"
#include "log_macros.h"
#include "Vector.h"
#include <IMP/hash.h>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/sequenced_index.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/global_fun.hpp>
#include "Array.h"
#include <functional>
Go to the source code of this file.
Classes | |
class | IMP::LRUCache< Generator, Checker > |
Implement a simple least recently used cache. More... | |
class | IMP::Memoizer< Generator, Checker > |
Helper class for writing memoizers. More... | |
class | IMP::SparseSymmetricPairMemoizer< Generator, Checker > |
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |