![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <GuardedValue.h>
Public Member Functions | |
operator ValueT () const | |
ValueT | operator= (const ValueT &value) |
GuardedValue (const ValueT &value) | |
Auxiliary class that uses mutex to synchronize non-trivially copyable object manipulation.
alexaClientSDK::avsCommon::utils::GuardedValue< ValueT >::GuardedValue | ( | const ValueT & | value | ) |
Builds the object with the given value.
value | The value to be used to initialize m_value . |
alexaClientSDK::avsCommon::utils::GuardedValue< ValueT >::operator ValueT | ( | ) | const |
Covert this object to value T.
ValueT alexaClientSDK::avsCommon::utils::GuardedValue< ValueT >::operator= | ( | const ValueT & | value | ) |
Assign the underlying m_value
to the new value.
value | The new value to be used. |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0