AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Public Member Functions | |
HelloClass () | |
bool | operator== (const HelloClass &rhs) const |
Public Attributes | |
std::string | m_name = INIT_VALUE |
Just a string to check the conversion succeeds. More... | |
Dummy class that only has a name key.
alexaClientSDK::settings::test::HelloClass::HelloClass | ( | ) |
The constructor.
bool alexaClientSDK::settings::test::HelloClass::operator== | ( | const HelloClass & | rhs | ) | const |
Compares two instances of HelloClass
rhs | The right hand size. |
true
if name is the same and false
otherwise. std::string alexaClientSDK::settings::test::HelloClass::m_name = INIT_VALUE |
Just a string to check the conversion succeeds.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0