Go to the documentation of this file. 1 #ifndef ED_TIME_CACHE_H_
2 #define ED_TIME_CACHE_H_
41 if (upper ==
cache_.begin())
55 inline unsigned int size()
const {
return cache_.size(); }
void getLowerUpper(const Time &t, const_iterator &lower, const_iterator &upper) const
std::map< Time, T >::const_iterator const_iterator
void setMaxSize(unsigned int n)
std::map< Time, T > cache_
unsigned int size() const
const_iterator begin() const
const_iterator end() const
void insert(const Time &t, const T &value)