AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Aws::Utils::Acceptor< OutcomeT > Struct Template Referenceabstract

#include <Waiter.h>

Inheritance diagram for Aws::Utils::Acceptor< OutcomeT >:
[legend]

Public Member Functions

 
virtual ~Acceptor ()=default
 
virtual bool Matches (const OutcomeT &outcome) const =0
 

Public Attributes

 

Detailed Description

template<typename OutcomeT>
struct Aws::Utils::Acceptor< OutcomeT >

Definition at line 31 of file Waiter.h.

Constructor & Destructor Documentation

◆ Acceptor()

template<typename OutcomeT >
Aws::Utils::Acceptor< OutcomeT >::Acceptor ( WaiterState  s)
inlineexplicit

Definition at line 33 of file Waiter.h.

◆ ~Acceptor()

template<typename OutcomeT >
virtual Aws::Utils::Acceptor< OutcomeT >::~Acceptor ( )
virtualdefault

Member Function Documentation

◆ Matches()

template<typename OutcomeT >
virtual bool Aws::Utils::Acceptor< OutcomeT >::Matches ( const OutcomeT &  outcome) const
pure virtual

Member Data Documentation

◆ state

template<typename OutcomeT >
WaiterState Aws::Utils::Acceptor< OutcomeT >::state

Definition at line 32 of file Waiter.h.


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