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::AtomicIndex Class Reference

An AtomicIndex type with the minimum functionality required by SDS. More...

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

Public Member Functions

 operator InProcessSDS::Index ()
 Conversion to Index. More...
 
InProcessSDS::Index load ()
 Read the atomic value. More...
 
AtomicIndexoperator= (const InProcessSDS::Index &rhs)
 Assign the atomic value. More...
 
AtomicIndexoperator+= (const InProcessSDS::Index &rhs)
 Add and assign the atomic value. More...
 

Detailed Description

An AtomicIndex type with the minimum functionality required by SDS.

Member Function Documentation

◆ load()

InProcessSDS::Index alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::AtomicIndex::load ( )
inline

Read the atomic value.

◆ operator InProcessSDS::Index()

alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::AtomicIndex::operator InProcessSDS::Index ( )
inline

Conversion to Index.

◆ operator+=()

AtomicIndex& alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::AtomicIndex::operator+= ( const InProcessSDS::Index &  rhs)
inline

Add and assign the atomic value.

◆ operator=()

AtomicIndex& alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::AtomicIndex::operator= ( const InProcessSDS::Index &  rhs)
inline

Assign the atomic value.


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