Inherits tpie::pipelining::bits::pipe_nonterm_base< pipe_begin< fact_t > >.
Public Types | |
| typedef fact_t | factory_type |
Public Member Functions | |
| pipe_begin (const fact_t &factory) | |
| template<typename fact2_t > | |
| pipe_begin< bits::pair_factory < fact_t, fact2_t > > | operator| (const pipe_middle< fact2_t > &r) |
| template<typename fact2_t > | |
| bits::pipeline_impl < bits::termpair_factory < fact_t, fact2_t > > | operator| (const pipe_end< fact2_t > &r) |
| constructed< dest_t >::type | construct (const dest_t &dest) const |
| pipe_begin< fact_t > & | memory (double amount) |
| double | memory () const |
| pipe_begin< fact_t > & | name (const std::string &n, priority_type p=PRIORITY_USER) |
| pipe_begin< fact_t > & | breadcrumb (const std::string &n) |
Public Attributes | |
| fact_t | factory |
Protected Member Functions | |
| pipe_begin< fact_t > & | self () |
| const pipe_begin< fact_t > & | self () const |
Definition at line 152 of file pipe_base.h.