AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::acsdkManufactory::test::InterfaceB Class Referenceabstract
Inheritance diagram for alexaClientSDK::acsdkManufactory::test::InterfaceB:
Inheritance graph
[legend]

Public Member Functions

virtual ~InterfaceB ()=default
 
virtual int getId () const =0
 
virtual string getString () const =0
 

Detailed Description

Interface for accessing an object's ID and string value.

Constructor & Destructor Documentation

◆ ~InterfaceB()

virtual alexaClientSDK::acsdkManufactory::test::InterfaceB::~InterfaceB ( )
virtualdefault

Destructor

Member Function Documentation

◆ getId()

virtual int alexaClientSDK::acsdkManufactory::test::InterfaceB::getId ( ) const
pure virtual

Get the object's ID.

Returns
The object's ID.

Implemented in alexaClientSDK::acsdkManufactory::test::AB.

◆ getString()

virtual string alexaClientSDK::acsdkManufactory::test::InterfaceB::getString ( ) const
pure virtual

Get the string value of the object.

Returns
The string value of the object.

Implemented in alexaClientSDK::acsdkManufactory::test::AB.


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