Thrill  0.1
UnionNode< ValueType >::RegisterParent Class Reference

Detailed Description

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

Register Parent Hooks, operator() is instantiated and called for each Union parent

Definition at line 133 of file union.hpp.

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

#include <union.hpp>

Public Member Functions

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

Private Attributes

UnionNodeunion_node_
 

Constructor & Destructor Documentation

◆ RegisterParent()

RegisterParent ( UnionNode union_node)
inlineexplicit

Definition at line 136 of file union.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 140 of file union.hpp.

References UnionNode< ValueType >::PushItem().

Member Data Documentation

◆ union_node_

UnionNode* union_node_
private

Definition at line 154 of file union.hpp.


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