TPIE

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

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

#include <tpie/pipelining/reverse.h>

Public Types

typedef T item_type
 
typedef
bits::internal_reverser_input_t
< T > 
input_t
 
typedef
bits::internal_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::internal_passive_reverser< T >

A passive reverser stored in internal memory.

Reverses the input stream and creates a phase boundary.

Definition at line 325 of file reverse.h.

Member Function Documentation

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

Returns a termfactory for the input nodes.

Definition at line 349 of file reverse.h.

349  {
350  return inputfact_t(input_token);
351  }
template<typename T >
outputpipe_t tpie::pipelining::internal_passive_reverser< T >::output ( )
inline

Returns a termfactory for the output nodes.

Definition at line 356 of file reverse.h.

356  {
357  return outputfact_t(input_token);
358  }

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