TPIE

2362a60
tpie::pipelining::passive_reverser< T > Class Template Reference

A passive reverser stored in external memory. More...

#include <tpie/pipelining/reverse.h>

Public Types

typedef T item_type
 
typedef bits::reverser_input_t< T > input_t
 
typedef
bits::reverser_pull_output_t
< T > 
output_t
 

Public Member Functions

input_t raw_input ()
 
output_t raw_output ()
 
inputpipe_t input ()
 Returns a termfactory for the input nodes. More...
 
outputpipe_t output ()
 Returns a termfactory for the output nodes. More...
 

Detailed Description

template<typename T>
class tpie::pipelining::passive_reverser< T >

A passive reverser stored in external memory.

Reverses the input stream and creates a phase boundary.

Definition at line 278 of file reverse.h.

Member Function Documentation

template<typename T >
inputpipe_t tpie::pipelining::passive_reverser< T >::input ( )
inline

Returns a termfactory for the input nodes.

Definition at line 302 of file reverse.h.

302  {
303  return inputfact_t(input_token);
304  }
template<typename T >
outputpipe_t tpie::pipelining::passive_reverser< T >::output ( )
inline

Returns a termfactory for the output nodes.

Definition at line 309 of file reverse.h.

309  {
310  return outputfact_t(input_token);
311  }

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