Thrill
0.1
|
Definition at line 52 of file delta_stream.hpp.
#include <delta_stream.hpp>
Public Member Functions | |
DeltaStreamReader (StreamReader &reader, const Type &initial=Type()) | |
bool | HasNext () |
template<typename Type2 > | |
Type | Next () |
Private Attributes | |
Type | delta_ = Type() |
delta for output More... | |
StreamReader & | reader_ |
output reader More... | |
|
inlineexplicit |
Definition at line 55 of file delta_stream.hpp.
|
inline |
Definition at line 59 of file delta_stream.hpp.
Referenced by LocationDetection< thrill::api::JoinNode::HashCount >::Flush(), and DuplicateDetection::ReadEncodedHashesToVector().
|
inline |
Definition at line 64 of file delta_stream.hpp.
References DeltaStreamWriter< StreamWriter, Type, offset_ >::delta_, and gen_data::value.
Referenced by LocationDetection< thrill::api::JoinNode::HashCount >::Flush(), and DuplicateDetection::ReadEncodedHashesToVector().
|
private |
delta for output
Definition at line 76 of file delta_stream.hpp.
|
private |
output reader
Definition at line 73 of file delta_stream.hpp.