Public Member Functions | Private Attributes | List of all members
Aws::DataFlow::OutputStage< O > Class Template Reference

#include <pipeline.h>

Public Member Functions

std::shared_ptr< Sink< O > > getSink ()
 
template<class T >
std::enable_if< std::is_base_of< Sink< O >, T >::value, std::shared_ptr< T > >::type setSink (std::shared_ptr< T > sink)
 

Private Attributes

std::shared_ptr< Sink< O > > sink_
 

Detailed Description

template<typename O>
class Aws::DataFlow::OutputStage< O >

Definition at line 24 of file pipeline.h.

Member Function Documentation

template<typename O>
std::shared_ptr<Sink<O> > Aws::DataFlow::OutputStage< O >::getSink ( )
inline

Definition at line 31 of file pipeline.h.

template<typename O>
template<class T >
std::enable_if<std::is_base_of<Sink<O>, T>::value, std::shared_ptr<T> >::type Aws::DataFlow::OutputStage< O >::setSink ( std::shared_ptr< T >  sink)
inline

Definition at line 39 of file pipeline.h.

Member Data Documentation

template<typename O>
std::shared_ptr<Sink<O> > Aws::DataFlow::OutputStage< O >::sink_
private

Definition at line 44 of file pipeline.h.


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


dataflow_lite
Author(s): AWS RoboMaker
autogenerated on Fri May 7 2021 02:18:22