Thrill  0.1
ReduceToIndexNode< ValueType, KeyExtractor, ReduceFunction, ReduceConfig, VolatileKey, SkipPreReducePhase >::Emitter Class Reference

Detailed Description

template<typename ValueType, typename KeyExtractor, typename ReduceFunction, typename ReduceConfig, bool VolatileKey, bool SkipPreReducePhase>
class thrill::api::ReduceToIndexNode< ValueType, KeyExtractor, ReduceFunction, ReduceConfig, VolatileKey, SkipPreReducePhase >::Emitter

Emitter for PostPhase to push elements to next DIA object.

Definition at line 81 of file reduce_to_index.hpp.

+ Collaboration diagram for ReduceToIndexNode< ValueType, KeyExtractor, ReduceFunction, ReduceConfig, VolatileKey, SkipPreReducePhase >::Emitter:

Public Member Functions

 Emitter (ReduceToIndexNode *node)
 
void operator() (const ValueType &item) const
 

Private Attributes

ReduceToIndexNodenode_
 

Constructor & Destructor Documentation

◆ Emitter()

Emitter ( ReduceToIndexNode node)
inlineexplicit

Definition at line 84 of file reduce_to_index.hpp.

Member Function Documentation

◆ operator()()

void operator() ( const ValueType &  item) const
inline

Definition at line 85 of file reduce_to_index.hpp.

Member Data Documentation

◆ node_

ReduceToIndexNode* node_
private

Definition at line 89 of file reduce_to_index.hpp.


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