Monero
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::DoBothAction< Action1, Action2 >::Impl< F > Class Template Reference
Inheritance diagram for testing::internal::DoBothAction< Action1, Action2 >::Impl< F >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::DoBothAction< Action1, Action2 >::Impl< F >:
Collaboration graph
[legend]

Public Types

typedef Function< F >::Result Result
 
typedef Function< F >::ArgumentTuple ArgumentTuple
 
typedef Function< F >::MakeResultVoid VoidResult
 
- Public Types inherited from testing::ActionInterface< F >
typedef internal::Function< F >::Result Result
 
typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 

Public Member Functions

 Impl (const Action< VoidResult > &action1, const Action< F > &action2)
 
virtual Result Perform (const ArgumentTuple &args)
 
- Public Member Functions inherited from testing::ActionInterface< F >
 ActionInterface ()
 
virtual ~ActionInterface ()
 
virtual Result Perform (const ArgumentTuple &args)=0
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

const Action< VoidResultaction1_
 
const Action< Faction2_
 

Member Typedef Documentation

◆ ArgumentTuple

template<typename Action1 , typename Action2 >
template<typename F >
typedef Function<F>::ArgumentTuple testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::ArgumentTuple

◆ Result

template<typename Action1 , typename Action2 >
template<typename F >
typedef Function<F>::Result testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::Result

◆ VoidResult

template<typename Action1 , typename Action2 >
template<typename F >
typedef Function<F>::MakeResultVoid testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::VoidResult

Constructor & Destructor Documentation

◆ Impl()

template<typename Action1 , typename Action2 >
template<typename F >
testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::Impl ( const Action< VoidResult > & action1,
const Action< F > & action2 )
inline

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename Action1 , typename Action2 >
template<typename F >
testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::GTEST_DISALLOW_ASSIGN_ ( Impl< F > )
private

◆ Perform()

template<typename Action1 , typename Action2 >
template<typename F >
virtual Result testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::Perform ( const ArgumentTuple & args)
inlinevirtual

Member Data Documentation

◆ action1_

template<typename Action1 , typename Action2 >
template<typename F >
const Action<VoidResult> testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::action1_
private

◆ action2_

template<typename Action1 , typename Action2 >
template<typename F >
const Action<F> testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::action2_
private

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