AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
testing::gmock_generated_function_mockers_test::StackInterface< T > Class Template Referenceabstract
Inheritance diagram for testing::gmock_generated_function_mockers_test::StackInterface< T >:
Inheritance graph
[legend]

Public Member Functions

virtual ~StackInterface ()
 
virtual void Push (const T &value)=0
 
virtual void Pop ()=0
 
virtual int GetSize () const =0
 
virtual const T & GetTop () const =0
 

Constructor & Destructor Documentation

◆ ~StackInterface()

template<typename T >
virtual testing::gmock_generated_function_mockers_test::StackInterface< T >::~StackInterface ( )
inlinevirtual

Member Function Documentation

◆ GetSize()

template<typename T >
virtual int testing::gmock_generated_function_mockers_test::StackInterface< T >::GetSize ( ) const
pure virtual

◆ GetTop()

template<typename T >
virtual const T& testing::gmock_generated_function_mockers_test::StackInterface< T >::GetTop ( ) const
pure virtual

◆ Pop()

template<typename T >
virtual void testing::gmock_generated_function_mockers_test::StackInterface< T >::Pop ( )
pure virtual

◆ Push()

template<typename T >
virtual void testing::gmock_generated_function_mockers_test::StackInterface< T >::Push ( const T &  value)
pure virtual

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