#include <cstdio>
#include <cstdlib>
#include <cstdarg>
#include <cstdint>
#include <vector>
#include <list>
#include <limits>
#include <iterator>
#include "ityr/common/util.hpp"
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | ityr::ori::cache_full_exception |
class | ityr::ori::cache_system< Key, Entry > |
Namespaces | |
ityr | |
ityr::ori | |
Typedefs | |
template<typename Key , typename Value > | |
using | ityr::ori::unordered_map = std::unordered_map< Key, Value > |
using | ityr::ori::cache_entry_idx_t = int |