Public Member Functions | List of all members
Aws::DataFlow::Sink< T > Class Template Referenceabstract

#include <sink.h>

Inheritance diagram for Aws::DataFlow::Sink< T >:
Inheritance graph
[legend]

Public Member Functions

virtual void clear ()=0
 
virtual bool enqueue (T &&value)=0
 
virtual bool enqueue (T &value)=0
 
virtual bool tryEnqueue (T &value, const std::chrono::microseconds &duration)=0
 
virtual bool tryEnqueue (T &&value, const std::chrono::microseconds &duration)=0
 

Detailed Description

template<typename T>
class Aws::DataFlow::Sink< T >

Definition at line 24 of file sink.h.

Member Function Documentation

template<typename T>
virtual void Aws::DataFlow::Sink< T >::clear ( )
pure virtual
template<typename T>
virtual bool Aws::DataFlow::Sink< T >::enqueue ( T &&  value)
pure virtual
template<typename T>
virtual bool Aws::DataFlow::Sink< T >::enqueue ( T &  value)
pure virtual
template<typename T>
virtual bool Aws::DataFlow::Sink< T >::tryEnqueue ( T &  value,
const std::chrono::microseconds &  duration 
)
pure virtual
template<typename T>
virtual bool Aws::DataFlow::Sink< T >::tryEnqueue ( T &&  value,
const std::chrono::microseconds &  duration 
)
pure virtual

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