AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::Buffer Class Reference

A Buffer type with the minimum functionality required by SDS. More...

Inheritance diagram for alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::Buffer:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::Buffer:
Collaboration graph
[legend]

Public Member Functions

 Buffer (InProcessSDS::Buffer::size_type size)
 Construct a pre-sized buffer. Note that this funciton is not required by SDS, but is required by the tests. More...
 
InProcessSDS::Buffer::size_type size () const
 Get the buffer size. More...
 
InProcessSDS::Buffer::value_type * data ()
 Get a pointer to the raw data buffer. More...
 

Detailed Description

A Buffer type with the minimum functionality required by SDS.

Constructor & Destructor Documentation

◆ Buffer()

alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::Buffer::Buffer ( InProcessSDS::Buffer::size_type  size)
inline

Construct a pre-sized buffer. Note that this funciton is not required by SDS, but is required by the tests.

Member Function Documentation

◆ data()

InProcessSDS::Buffer::value_type* alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::Buffer::data ( )
inline

Get a pointer to the raw data buffer.

◆ size()

InProcessSDS::Buffer::size_type alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::Buffer::size ( ) const
inline

Get the buffer size.


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

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