#include <list>
#include <vector>
#include <boost/unordered_map.hpp>
#include <roboptim/core/cache.hxx>
Classes | |
class | roboptim::LRUCache< K, V > |
LRU (Least Recently Used) cache. More... | |
Namespaces | |
namespace | roboptim |
Meta-functions, functions and solver-related classes. | |
Functions | |
template<typename K , typename V > | |
std::ostream & | roboptim::operator<< (std::ostream &o, const LRUCache< K, V > &cache) |