AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Types | Public Member Functions | List of all members
testing::internal::ActionAdaptor< F1, F2 > Class Template Reference

#include <gmock-actions.h>

Inheritance diagram for testing::internal::ActionAdaptor< F1, F2 >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::ActionAdaptor< F1, F2 >:
Collaboration graph
[legend]

Public Types

typedef internal::Function< F1 >::Result Result
 
typedef internal::Function< F1 >::ArgumentTuple ArgumentTuple
 
- Public Types inherited from testing::ActionInterface< F1 >
typedef internal::Function< F1 >::Result Result
 
typedef internal::Function< F1 >::ArgumentTuple ArgumentTuple
 

Public Member Functions

 ActionAdaptor (const Action< F2 > &from)
 
virtual Result Perform (const ArgumentTuple &args)
 
- Public Member Functions inherited from testing::ActionInterface< F1 >
 ActionInterface ()
 
virtual ~ActionInterface ()
 

Member Typedef Documentation

◆ ArgumentTuple

template<typename F1 , typename F2 >
typedef internal::Function<F1>::ArgumentTuple testing::internal::ActionAdaptor< F1, F2 >::ArgumentTuple

◆ Result

template<typename F1 , typename F2 >
typedef internal::Function<F1>::Result testing::internal::ActionAdaptor< F1, F2 >::Result

Constructor & Destructor Documentation

◆ ActionAdaptor()

template<typename F1 , typename F2 >
testing::internal::ActionAdaptor< F1, F2 >::ActionAdaptor ( const Action< F2 > &  from)
inlineexplicit

Member Function Documentation

◆ Perform()

template<typename F1 , typename F2 >
virtual Result testing::internal::ActionAdaptor< F1, F2 >::Perform ( const ArgumentTuple args)
inlinevirtual

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