#include <pipeline.h>
Public Member Functions | |
const std::shared_ptr< Pipeline< T > > | Get () const |
bool | IsValid () const |
Public Attributes | |
std::optional< T > | descriptor |
std::shared_future< std::shared_ptr< Pipeline< T > > > | future |
Definition at line 28 of file pipeline.h.
|
inline |
Definition at line 32 of file pipeline.h.
References impeller::PipelineFuture< T >::future.
Referenced by impeller::testing::TEST().
|
inline |
std::optional<T> impeller::PipelineFuture< T >::descriptor |
Definition at line 29 of file pipeline.h.
std::shared_future<std::shared_ptr<Pipeline<T> > > impeller::PipelineFuture< T >::future |
Definition at line 30 of file pipeline.h.
Referenced by impeller::PipelineFuture< T >::Get(), and impeller::PipelineFuture< T >::IsValid().