|
proxygen
|
#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_ |
Definition at line 52 of file gmock-more-actions.h.
|
inlineexplicit |
Definition at line 56 of file gmock-more-actions.h.
|
inlineexplicit |
Definition at line 56 of file gmock-more-actions.h.
|
inlineexplicit |
Definition at line 56 of file gmock-more-actions.h.
|
private |
|
private |
|
private |
|
inline |
Definition at line 60 of file gmock-more-actions.h.
References testing::internal::InvokeAction< FunctionImpl >::function_impl_, and testing::Invoke().
|
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().
|
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().
|
private |
Definition at line 65 of file gmock-more-actions.h.
Referenced by testing::internal::InvokeAction< FunctionImpl >::Perform().