UNIVERS
15.3
UNIVERS base processing software API
|
#include <stdio.h>
#include <map>
#include <list>
#include <vector>
#include <cstddef>
Go to the source code of this file.
Classes | |
struct | Countfn< T > |
class | LRUCache< Key, Data, Sizefn > |
Template cache with an LRU removal policy. More... | |
Macros | |
#define | SCOPED_MUTEX |
If we aren't reentrant then don't do anything. | |
Template cache with an LRU removal policy