proxygen
testing::internal::InvokeAction< FunctionImpl > Class Template Reference

#include <gmock-more-actions.h>

Public Member Functions

 InvokeAction (FunctionImpl function_impl)
 
template<typename Result , typename ArgumentTuple >
Result Perform (const ArgumentTuple &args)
 
 InvokeAction (FunctionImpl function_impl)
 
template<typename Result , typename ArgumentTuple >
Result Perform (const ArgumentTuple &args)
 
 InvokeAction (FunctionImpl function_impl)
 
template<typename Result , typename ArgumentTuple >
Result Perform (const ArgumentTuple &args)
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (InvokeAction)
 
 GTEST_DISALLOW_ASSIGN_ (InvokeAction)
 
 GTEST_DISALLOW_ASSIGN_ (InvokeAction)
 

Private Attributes

FunctionImpl function_impl_
 

Detailed Description

template<typename FunctionImpl>
class testing::internal::InvokeAction< FunctionImpl >

Definition at line 52 of file gmock-more-actions.h.

Constructor & Destructor Documentation

template<typename FunctionImpl >
testing::internal::InvokeAction< FunctionImpl >::InvokeAction ( FunctionImpl  function_impl)
inlineexplicit

Definition at line 56 of file gmock-more-actions.h.

57  : function_impl_(function_impl) {}
template<typename FunctionImpl >
testing::internal::InvokeAction< FunctionImpl >::InvokeAction ( FunctionImpl  function_impl)
inlineexplicit

Definition at line 56 of file gmock-more-actions.h.

57  : function_impl_(function_impl) {}
template<typename FunctionImpl >
testing::internal::InvokeAction< FunctionImpl >::InvokeAction ( FunctionImpl  function_impl)
inlineexplicit

Definition at line 56 of file gmock-more-actions.h.

57  : function_impl_(function_impl) {}

Member Function Documentation

template<typename FunctionImpl >
testing::internal::InvokeAction< FunctionImpl >::GTEST_DISALLOW_ASSIGN_ ( InvokeAction< FunctionImpl >  )
private
template<typename FunctionImpl >
testing::internal::InvokeAction< FunctionImpl >::GTEST_DISALLOW_ASSIGN_ ( InvokeAction< FunctionImpl >  )
private
template<typename FunctionImpl >
testing::internal::InvokeAction< FunctionImpl >::GTEST_DISALLOW_ASSIGN_ ( InvokeAction< FunctionImpl >  )
private
template<typename FunctionImpl >
template<typename Result , typename ArgumentTuple >
Result testing::internal::InvokeAction< FunctionImpl >::Perform ( const ArgumentTuple &  args)
inline

Definition at line 60 of file gmock-more-actions.h.

References testing::internal::InvokeAction< FunctionImpl >::function_impl_, and testing::Invoke().

60  {
62  }
PolymorphicAction< internal::InvokeMethodAction< Class, MethodPtr > > Invoke(Class *obj_ptr, MethodPtr method_ptr)
template<typename FunctionImpl >
template<typename Result , typename ArgumentTuple >
Result testing::internal::InvokeAction< FunctionImpl >::Perform ( const ArgumentTuple &  args)
inline

Definition at line 60 of file gmock-more-actions.h.

References testing::internal::InvokeAction< FunctionImpl >::function_impl_, testing::internal::InvokeAction< FunctionImpl >::GTEST_DISALLOW_ASSIGN_(), and testing::Invoke().

60  {
62  }
PolymorphicAction< internal::InvokeMethodAction< Class, MethodPtr > > Invoke(Class *obj_ptr, MethodPtr method_ptr)
template<typename FunctionImpl >
template<typename Result , typename ArgumentTuple >
Result testing::internal::InvokeAction< FunctionImpl >::Perform ( const ArgumentTuple &  args)
inline

Definition at line 60 of file gmock-more-actions.h.

References testing::internal::InvokeAction< FunctionImpl >::function_impl_, testing::internal::InvokeAction< FunctionImpl >::GTEST_DISALLOW_ASSIGN_(), and testing::Invoke().

60  {
62  }
PolymorphicAction< internal::InvokeMethodAction< Class, MethodPtr > > Invoke(Class *obj_ptr, MethodPtr method_ptr)

Member Data Documentation

template<typename FunctionImpl >
FunctionImpl testing::internal::InvokeAction< FunctionImpl >::function_impl_
private

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