Itoyori  v0.0.1
cache_system.hpp File Reference
#include <cstdio>
#include <cstdlib>
#include <cstdarg>
#include <cstdint>
#include <vector>
#include <list>
#include <limits>
#include <iterator>
#include "ityr/common/util.hpp"
#include <unordered_map>
Include dependency graph for cache_system.hpp:
This graph shows which files directly or indirectly include this file:

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