cache.hh File Reference
#include <list>
#include <vector>
#include <boost/unordered_map.hpp>
#include <roboptim/core/detail/utility.hh>
#include <roboptim/core/cache.hxx>

Classes

class  roboptim::LRUCache< K, V, H >
 LRU (Least Recently Used) cache. More...

Namespaces

namespace  roboptim
 

defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION)


Functions

template<typename K , typename V , typename H >
std::ostream & roboptim::operator<< (std::ostream &o, const LRUCache< K, V, H > &cache)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines