#include <SwappyQueue.hpp>
template<class TKEY, class TVALUE, int EACHFILE = 16384, int OLDIES = 8, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
struct SwappyQueue< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::Item
- Examples
- SwappyQueueTest_main.cpp.
◆ data
template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 8, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
| TVALUE SwappyQueue< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::Item::data |
◆ parent
template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 8, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
| TKEY SwappyQueue< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::Item::parent |
◆ prio
template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 8, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
| uint64_t SwappyQueue< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::Item::prio |
The documentation for this struct was generated from the following file: