TPIE

v1.1rc1-6-g0c97303
tpie::pipelining::pipeline Class Reference

This class is used to avoid writing the template argument in the pipeline_impl type. More...

#include <tpie/pipelining/pipeline.h>

Public Member Functions

template<typename T >
 pipeline (const T &from)
 
template<typename T >
pipelineoperator= (const T &from)
 
void operator() ()
 
void operator() (stream_size_type items, progress_indicator_base &pi)
 
void operator() (stream_size_type items, progress_indicator_base &pi, memory_size_type mem)
 
void plot (std::ostream &os=std::cout)
 
double memory () const
 
bits::node_map::ptr get_node_map () const
 
bool can_fetch (std::string key)
 
boost::any fetch_any (std::string key)
 
template<typename T >
fetch (std::string key)
 
void forward_any (std::string key, const boost::any &value)
 
template<typename T >
void forward (std::string key, T value)
 
void output_memory (std::ostream &o) const
 

Detailed Description

This class is used to avoid writing the template argument in the pipeline_impl type.

Definition at line 115 of file pipeline.h.


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