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

Public Types

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

Public Member Functions

 Impl (const A &action)
 
virtual void Perform (const ArgumentTuple &args)
 
- Public Member Functions inherited from testing::ActionInterface< F >
 ActionInterface ()
 
virtual ~ActionInterface ()
 

Private Types

typedef internal::Function< F >
::MakeResultIgnoredValue 
OriginalFunction
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

const Action< OriginalFunctionaction_
 

Detailed Description

template<typename A>
template<typename F>
class testing::internal::IgnoreResultAction< A >::Impl< F >

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

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

Member Typedef Documentation

template<typename A >
template<typename F >
typedef internal::Function<F>::ArgumentTuple testing::internal::IgnoreResultAction< A >::Impl< F >::ArgumentTuple

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

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

template<typename A >
template<typename F >
typedef internal::Function<F>::MakeResultIgnoredValue testing::internal::IgnoreResultAction< A >::Impl< F >::OriginalFunction
private

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

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

template<typename A >
template<typename F >
typedef internal::Function<F>::Result testing::internal::IgnoreResultAction< A >::Impl< F >::Result

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

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

Constructor & Destructor Documentation

template<typename A >
template<typename F >
testing::internal::IgnoreResultAction< A >::Impl< F >::Impl ( const A action)
inlineexplicit

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

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

Member Function Documentation

template<typename A >
template<typename F >
testing::internal::IgnoreResultAction< A >::Impl< F >::GTEST_DISALLOW_ASSIGN_ ( Impl< F )
private
template<typename A >
template<typename F >
virtual void testing::internal::IgnoreResultAction< A >::Impl< F >::Perform ( const ArgumentTuple args)
inlinevirtual

Implements testing::ActionInterface< F >.

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

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

References testing::internal::IgnoreResultAction< A >::Impl< F >::action_, and testing::Action< F >::Perform().

+ Here is the call graph for this function:

Member Data Documentation

template<typename A >
template<typename F >
const Action<OriginalFunction> testing::internal::IgnoreResultAction< A >::Impl< F >::action_
private

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

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

Referenced by testing::internal::IgnoreResultAction< A >::Impl< F >::Perform().


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