Thrill  0.1
ConcatNode< ValueType >::RegisterParent Class Reference

Detailed Description

template<typename ValueType>
class thrill::api::ConcatNode< ValueType >::RegisterParent

Register Parent PreOp Hooks, instantiated and called for each Concat parent

Definition at line 128 of file concat.hpp.

+ Collaboration diagram for ConcatNode< ValueType >::RegisterParent:

#include <concat.hpp>

Public Member Functions

 RegisterParent (ConcatNode *concat_node)
 
template<typename Index , typename Parent >
void operator() (const Index &, Parent &parent)
 

Private Attributes

ConcatNodeconcat_node_
 

Constructor & Destructor Documentation

◆ RegisterParent()

RegisterParent ( ConcatNode concat_node)
inlineexplicit

Definition at line 131 of file concat.hpp.

Member Function Documentation

◆ operator()()

void operator() ( const Index &  ,
Parent &  parent 
)
inline

Member Data Documentation

◆ concat_node_

ConcatNode* concat_node_
private

Definition at line 151 of file concat.hpp.

Referenced by ConcatNode< ValueType >::RegisterParent::operator()().


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