A passive serialization reverser stored in external memory. More...
#include <tpie/pipelining/serialization.h>
Public Types | |
| typedef T | item_type |
| typedef serialization_bits::reverser_input_t< T > | input_t |
| typedef serialization_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... | |
A passive serialization reverser stored in external memory.
Reverses the input stream and creates a phase boundary.
Definition at line 401 of file serialization.h.
|
inline |
Returns a termfactory for the input nodes.
Definition at line 425 of file serialization.h.
|
inline |
Returns a termfactory for the output nodes.
Definition at line 432 of file serialization.h.