proxygen
testing::internal::IgnoreResultAction< A >::Impl< F > Class Template Reference
Inheritance diagram for testing::internal::IgnoreResultAction< A >::Impl< F >:
testing::ActionInterface< F > testing::ActionInterface< F > testing::ActionInterface< F >

Public Types

typedef internal::Function< F >::Result Result
 
typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F >::Result Result
 
typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 
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
 
typedef internal::Function< F >::Result Result
 
typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 
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)
 
 Impl (const A &action)
 
virtual void Perform (const ArgumentTuple &args)
 
 Impl (const A &action)
 
virtual void Perform (const ArgumentTuple &args)
 
- Public Member Functions inherited from testing::ActionInterface< F >
 ActionInterface ()
 
virtual ~ActionInterface ()
 
 ActionInterface ()
 
virtual ~ActionInterface ()
 
 ActionInterface ()
 
virtual ~ActionInterface ()
 

Private Types

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 
 GTEST_DISALLOW_ASSIGN_ (Impl)
 
 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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

919 : action_(action) {}
const Action< OriginalFunction > action_
action
Definition: upload.py:393
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.

919 : action_(action) {}
const Action< OriginalFunction > action_
action
Definition: upload.py:393
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.

919 : action_(action) {}
const Action< OriginalFunction > action_
action
Definition: upload.py:393

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 >
testing::internal::IgnoreResultAction< A >::Impl< F >::GTEST_DISALLOW_ASSIGN_ ( Impl< F >  )
private
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.

921  {
922  // Performs the action and ignores its result.
923  action_.Perform(args);
924  }
const Action< OriginalFunction > action_
Result Perform(const ArgumentTuple &args) const
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.

921  {
922  // Performs the action and ignores its result.
923  action_.Perform(args);
924  }
const Action< OriginalFunction > action_
Result Perform(const ArgumentTuple &args) const
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.

921  {
922  // Performs the action and ignores its result.
923  action_.Perform(args);
924  }
const Action< OriginalFunction > action_
Result Perform(const ArgumentTuple &args) const

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.


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