AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Static Public Attributes | List of all members
alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits Struct Reference

Classes

class  AtomicBool
 An AtomicBool type with the minimum functionality required by SDS. More...
 
class  AtomicIndex
 An AtomicIndex type with the minimum functionality required by SDS. More...
 
class  Buffer
 A Buffer type with the minimum functionality required by SDS. More...
 
class  ConditionVariable
 A ConditionVariable type with the minimum functionality required by SDS. More...
 
class  Mutex
 A Mutex type with the minimum functionality required by SDS. More...
 

Static Public Attributes

static constexpr const char * traitsName = "alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits"
 Unique string describing this set of traits. More...
 

Detailed Description

Custom traits type suitable for use with SDS which uses custom types for all traits. This set of traits is used to verify that SDS does not try to use types or functions which were not listed in the template parameter documentation.

Member Data Documentation

◆ traitsName

constexpr const char* alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::traitsName = "alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits"
static

Unique string describing this set of traits.


The documentation for this struct 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