|
AWS IoT Device SDK C++ v2 1.14.0
AWS IoT Device SDK C++ v2
|
#include <EventStreamClient.h>
Public Member Functions | |
| ContinuationCallbackData (ClientContinuation *clientContinuation, Crt::Allocator *allocator=Crt::g_allocator) noexcept | |
| ContinuationCallbackData (const ContinuationCallbackData &lhs) noexcept=delete | |
Public Attributes | |
| bool | continuationDestroyed |
| std::mutex | callbackMutex |
| ClientContinuation * | clientContinuation |
| Crt::Allocator * | allocator |
|
inlinenoexcept |
|
deletenoexcept |
| Crt::Allocator* Aws::Eventstreamrpc::ContinuationCallbackData::allocator |
| std::mutex Aws::Eventstreamrpc::ContinuationCallbackData::callbackMutex |
| ClientContinuation* Aws::Eventstreamrpc::ContinuationCallbackData::clientContinuation |
| bool Aws::Eventstreamrpc::ContinuationCallbackData::continuationDestroyed |