TPIE

2362a60
tpie::pipelining::parallel_bits::threads< Input, Output >::progress_indicator_hook Class Reference

Factory hook that sets the progress indicator of the nodes run in parallel to the null progress indicator. More...

#include <tpie/pipelining/parallel/base.h>

Inherits tpie::pipelining::factory_init_hook.

Public Member Functions

 progress_indicator_hook (threads *t)
 
virtual void init_node (node &r) override
 

Public Attributes

size_t index
 

Detailed Description

template<typename Input, typename Output>
class tpie::pipelining::parallel_bits::threads< Input, Output >::progress_indicator_hook

Factory hook that sets the progress indicator of the nodes run in parallel to the null progress indicator.

This way, we can collect the number of steps in the main thread.

Definition at line 72 of file base.h.


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