AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
alexaClientSDK::settings::test::HelloClass Class Reference

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...
 

Detailed Description

Dummy class that only has a name key.

Constructor & Destructor Documentation

◆ HelloClass()

alexaClientSDK::settings::test::HelloClass::HelloClass ( )

The constructor.

Member Function Documentation

◆ operator==()

bool alexaClientSDK::settings::test::HelloClass::operator== ( const HelloClass rhs) const

Compares two instances of HelloClass

Parameters
rhsThe right hand size.
Returns
true if name is the same and false otherwise.

Member Data Documentation

◆ m_name

std::string alexaClientSDK::settings::test::HelloClass::m_name = INIT_VALUE

Just a string to check the conversion succeeds.


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