#include <inttypes.h>
#include <iostream>
#include <algorithm>
#include <stdexcept>
#include <utility>
#include <cstdlib>
#include <limits>
#include <vector>
#include <set>
#include <unordered_set>
#include <unordered_map>
#include <deque>
#include <map>
#include <fstream>
#include <experimental/filesystem>
#include <execution>
#include <mutex>
#include <thread>
Go to the source code of this file.
|
| class | SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH > |
| |
| struct | SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s |
| |
| struct | SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::Detail |
| |
| struct | SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::Qentry |
| |
◆ __STDC_FORMAT_MACROS
| #define __STDC_FORMAT_MACROS |