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

Public Attributes

TKEY minimum
 
TKEY maximum
 
std::vector< bool > bloomMask
 
Fid fid
 

Member Data Documentation

◆ bloomMask

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
std::vector<bool> SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::Detail::bloomMask

◆ fid

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
Fid SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::Detail::fid

◆ maximum

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
TKEY SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::Detail::maximum

◆ minimum

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
TKEY SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::Detail::minimum

The documentation for this struct was generated from the following file: