AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Classes | Functions
alexaClientSDK::avsCommon::avs::attachment Namespace Reference

Namespaces

 test
 

Classes

class  Attachment
 
class  AttachmentManager
 
class  AttachmentManagerInterface
 
class  AttachmentReader
 
class  AttachmentUtils
 
class  AttachmentWriter
 
class  DefaultAttachmentReader
 
class  InProcessAttachment
 
class  InProcessAttachmentReader
 
class  InProcessAttachmentWriter
 

Functions

std::ostream & operator<< (std::ostream &stream, const AttachmentReader::ReadStatus &status)
 
std::ostream & operator<< (std::ostream &stream, const AttachmentWriter::WriteStatus &status)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& alexaClientSDK::avsCommon::avs::attachment::operator<< ( std::ostream &  stream,
const AttachmentWriter::WriteStatus status 
)
inline

Write an Attachment::WriteStatus value to the given stream.

Parameters
streamThe stream to write the value to.
statusThe value to write to the stream as a string.
Returns
The stream that was passed in and written to.

◆ operator<<() [2/2]

std::ostream& alexaClientSDK::avsCommon::avs::attachment::operator<< ( std::ostream &  stream,
const AttachmentReader::ReadStatus status 
)
inline

Write an Attachment::ReadStatus value to the given stream.

Parameters
streamThe stream to write the value to.
statusThe value to write to the stream as a string.
Returns
The stream that was passed in and written to.

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0