BRE12
Public Member Functions | Friends | List of all members
tbb::interface6::filter_t< T, U > Class Template Reference

Class representing a chain of type-safe pipeline filters. More...

#include <pipeline.h>

Public Member Functions

 filter_t (const filter_t< T, U > &rhs)
 
template<typename Body >
 filter_t (tbb::filter::mode mode, const Body &body)
 
void operator= (const filter_t< T, U > &rhs)
 
void clear ()
 

Friends

class internal::pipeline_proxy
 
template<typename T_ , typename U_ , typename Body >
filter_t< T_, U_ > make_filter (tbb::filter::mode, const Body &)
 Create a filter to participate in parallel_pipeline.
 
template<typename T_ , typename V_ , typename U_ >
filter_t< T_, U_ > operator & (const filter_t< T_, V_ > &, const filter_t< V_, U_ > &)
 

Detailed Description

template<typename T, typename U>
class tbb::interface6::filter_t< T, U >

Class representing a chain of type-safe pipeline filters.


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