Virtual chunk that has no input (that is, virtual producer). More...
#include <tpie/pipelining/virtual.h>
Public Member Functions | |
| virtual_chunk_pull_end () | |
| Constructor that leaves the virtual chunk unassigned. More... | |
| template<typename fact_t > | |
| virtual_chunk_pull_end (pullpipe_end< fact_t > &&pipe, virtual_container *ctr=nullptr) | |
| Constructor that recursively constructs a node and takes ownership of it. More... | |
| template<typename fact_t > | |
| virtual_chunk_pull_end & | operator= (pullpipe_end< fact_t > &&pipe) |
| Construct a node and assign it to this virtual chunk. More... | |
| operator bool () const noexcept | |
| Test if it is not an empty chunk. More... | |
Friends | |
| class | bits::access |
Virtual chunk that has no input (that is, virtual producer).
|
inline |
|
inline |
|
inlineexplicitnoexcept |
|
inline |
Construct a node and assign it to this virtual chunk.
Definition at line 752 of file virtual.h.
References tpie::log_error(), and tpie::pipelining::bits::virt_node::take_own().