Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::DoBothAction< Action1, Action2 >::Impl< F > Class Template Reference
+ Inheritance diagram for testing::internal::DoBothAction< Action1, Action2 >::Impl< F >:
+ Collaboration diagram for testing::internal::DoBothAction< Action1, Action2 >::Impl< F >:

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 ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

const Action< VoidResultaction1_
 
const Action< Faction2_
 

Detailed Description

template<typename Action1, typename Action2>
template<typename F>
class testing::internal::DoBothAction< Action1, Action2 >::Impl< F >

Definition at line 987 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 987 of file gmock-actions.h

Member Typedef Documentation

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

Definition at line 990 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 990 of file gmock-actions.h

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

Definition at line 989 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 989 of file gmock-actions.h

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

Definition at line 991 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 991 of file gmock-actions.h

Constructor & Destructor Documentation

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

Definition at line 993 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 993 of file gmock-actions.h

Member Function Documentation

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

Implements testing::ActionInterface< F >.

Definition at line 996 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 996 of file gmock-actions.h

References testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::action1_, testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::action2_, and testing::Action< F >::Perform().

+ Here is the call graph for this function:

Member Data Documentation

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

Definition at line 1002 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 1002 of file gmock-actions.h

Referenced by testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::Perform().

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

Definition at line 1003 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 1003 of file gmock-actions.h

Referenced by testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::Perform().


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