Monero
Loading...
Searching...
No Matches
testing::internal::ActionAdaptor< F1, F2 > Class Template Reference

#include <gmock-actions.h>

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

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
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 ()
 ActionInterface ()
virtual ~ActionInterface ()

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ActionAdaptor)

Private Attributes

const internal::linked_ptr< ActionInterface< F2 > > impl_

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

◆ GTEST_DISALLOW_ASSIGN_()

template<typename F1, typename F2>
testing::internal::ActionAdaptor< F1, F2 >::GTEST_DISALLOW_ASSIGN_ ( ActionAdaptor< F1, F2 > )
private

◆ Perform()

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

Member Data Documentation

◆ impl_

template<typename F1, typename F2>
const internal::linked_ptr<ActionInterface<F2> > testing::internal::ActionAdaptor< F1, F2 >::impl_
private

The documentation for this class was generated from the following file: