Thrill  0.1
LocationDetection< HashCount >::GolombPairReader Class Reference

Detailed Description

template<typename HashCount>
class thrill::core::LocationDetection< HashCount >::GolombPairReader

Definition at line 89 of file location_detection.hpp.

+ Collaboration diagram for LocationDetection< HashCount >::GolombPairReader:

Public Member Functions

 GolombPairReader (GolombBitStreamReader &bit_reader, GolumbDeltaReader &delta_reader)
 
bool HasNext ()
 
template<typename Type >
HashCount Next ()
 

Private Attributes

GolombBitStreamReaderbit_reader_
 
GolumbDeltaReaderdelta_reader_
 

Constructor & Destructor Documentation

◆ GolombPairReader()

GolombPairReader ( GolombBitStreamReader bit_reader,
GolumbDeltaReader delta_reader 
)
inline

Definition at line 92 of file location_detection.hpp.

Member Function Documentation

◆ HasNext()

bool HasNext ( )
inline

Definition at line 96 of file location_detection.hpp.

◆ Next()

HashCount Next ( )
inline

Definition at line 101 of file location_detection.hpp.

Member Data Documentation

◆ bit_reader_

GolombBitStreamReader& bit_reader_
private

Definition at line 109 of file location_detection.hpp.

◆ delta_reader_

GolumbDeltaReader& delta_reader_
private

Definition at line 110 of file location_detection.hpp.


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