#include <gmock.h>
Public Member Functions | |
ActionResultHolder (T a_value) | |
ActionResultHolder (T a_value) | |
T | GetValueAndDelete () const |
T | GetValueAndDelete () const |
virtual void | PrintAsActionResult (::std::ostream *os) const |
virtual void | PrintAsActionResult (::std::ostream *os) const |
Static Public Member Functions | |
template<typename F > | |
static ActionResultHolder * | PerformAction (const Action< F > &action, const typename Function< F >::ArgumentTuple &args) |
template<typename F > | |
static ActionResultHolder * | PerformAction (const Action< F > &action, const typename Function< F >::ArgumentTuple &args) |
template<typename F > | |
static ActionResultHolder * | PerformDefaultAction (const FunctionMockerBase< F > *func_mocker, const typename Function< F >::ArgumentTuple &args, const string &call_description) |
template<typename F > | |
static ActionResultHolder * | PerformDefaultAction (const FunctionMockerBase< F > *func_mocker, const typename Function< F >::ArgumentTuple &args, const string &call_description) |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ActionResultHolder) | |
GTEST_DISALLOW_ASSIGN_ (ActionResultHolder) | |
Private Attributes | |
T | value_ |
Definition at line 9881 of file fused-src/gmock/gmock.h.
testing::internal::ActionResultHolder< T >::ActionResultHolder | ( | T | a_value | ) | [inline, explicit] |
Definition at line 9883 of file fused-src/gmock/gmock.h.
testing::internal::ActionResultHolder< T >::ActionResultHolder | ( | T | a_value | ) | [inline, explicit] |
Definition at line 1323 of file gmock-spec-builders.h.
T testing::internal::ActionResultHolder< T >::GetValueAndDelete | ( | ) | const [inline] |
Definition at line 1329 of file gmock-spec-builders.h.
T testing::internal::ActionResultHolder< T >::GetValueAndDelete | ( | ) | const [inline] |
Definition at line 9889 of file fused-src/gmock/gmock.h.
testing::internal::ActionResultHolder< T >::GTEST_DISALLOW_ASSIGN_ | ( | ActionResultHolder< T > | ) | [private] |
testing::internal::ActionResultHolder< T >::GTEST_DISALLOW_ASSIGN_ | ( | ActionResultHolder< T > | ) | [private] |
static ActionResultHolder* testing::internal::ActionResultHolder< T >::PerformAction | ( | const Action< F > & | action, |
const typename Function< F >::ArgumentTuple & | args | ||
) | [inline, static] |
Definition at line 1357 of file gmock-spec-builders.h.
static ActionResultHolder* testing::internal::ActionResultHolder< T >::PerformAction | ( | const Action< F > & | action, |
const typename Function< F >::ArgumentTuple & | args | ||
) | [inline, static] |
Definition at line 9917 of file fused-src/gmock/gmock.h.
static ActionResultHolder* testing::internal::ActionResultHolder< T >::PerformDefaultAction | ( | const FunctionMockerBase< F > * | func_mocker, |
const typename Function< F >::ArgumentTuple & | args, | ||
const string & | call_description | ||
) | [inline, static] |
Definition at line 1345 of file gmock-spec-builders.h.
static ActionResultHolder* testing::internal::ActionResultHolder< T >::PerformDefaultAction | ( | const FunctionMockerBase< F > * | func_mocker, |
const typename Function< F >::ArgumentTuple & | args, | ||
const string & | call_description | ||
) | [inline, static] |
Definition at line 9905 of file fused-src/gmock/gmock.h.
virtual void testing::internal::ActionResultHolder< T >::PrintAsActionResult | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::internal::UntypedActionResultHolderBase.
Definition at line 1336 of file gmock-spec-builders.h.
virtual void testing::internal::ActionResultHolder< T >::PrintAsActionResult | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::internal::UntypedActionResultHolderBase.
Definition at line 9896 of file fused-src/gmock/gmock.h.
T testing::internal::ActionResultHolder< T >::value_ [private] |
Definition at line 9923 of file fused-src/gmock/gmock.h.