GNU Radio's DSD Package
testing::internal::ActionAdaptor< F1, F2 > Class Template Reference

#include <gmock-actions.h>

Inheritance diagram for testing::internal::ActionAdaptor< F1, F2 >:
testing::ActionInterface< F1 > testing::ActionInterface< F1 >

Public Types

typedef internal::Function< F1 >::Result Result
typedef internal::Function< F1 >::ArgumentTuple ArgumentTuple
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)
 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 [1/2]

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

◆ ArgumentTuple [2/2]

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

◆ Result [1/2]

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

◆ Result [2/2]

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

Constructor & Destructor Documentation

◆ ActionAdaptor() [1/2]

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

◆ ActionAdaptor() [2/2]

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

Member Function Documentation

◆ Perform() [1/2]

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

◆ Perform() [2/2]

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 files: