The SwappyItems Key-Values Store
Public Attributes | List of all members
SwappyQueue< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::Item Struct Reference

#include <SwappyQueue.hpp>

Public Attributes

TVALUE data
 
uint64_t prio
 
TKEY parent
 

Detailed Description

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.

Member Data Documentation

◆ 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: