Monero
Loading...
Searching...
No Matches
testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F > Class Template Reference
Inheritance diagram for testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >:
Collaboration diagram for testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >:

Public Types

typedef Function< F >::Result Result
typedef 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 linked_ptr< R > &wrapper)
virtual Result Perform (const ArgumentTuple &)
Public Member Functions inherited from testing::ActionInterface< F >
 ActionInterface ()
virtual ~ActionInterface ()
virtual Result Perform (const ArgumentTuple &args)=0

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 GTEST_COMPILE_ASSERT_ (!is_reference< Result >::value, Result_cannot_be_a_reference_type)
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (Impl)

Private Attributes

bool performed_
const linked_ptr< R > wrapper_
value_before_cast_
Result value_

Member Typedef Documentation

◆ ArgumentTuple

template<typename R>
template<typename R_, typename F>
typedef Function<F>::ArgumentTuple testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >::ArgumentTuple

◆ Result

template<typename R>
template<typename R_, typename F>
typedef Function<F>::Result testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >::Result

Constructor & Destructor Documentation

◆ Impl()

template<typename R>
template<typename R_, typename F>
testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >::Impl ( const linked_ptr< R > & wrapper)
inlineexplicit

Member Function Documentation

◆ GTEST_COMPILE_ASSERT_()

testing::internal::ReturnAction< R >::Impl< R_, F >::GTEST_COMPILE_ASSERT_ ( !is_reference< Result >::value ,
Result_cannot_be_a_reference_type  )
private

◆ GTEST_DISALLOW_ASSIGN_()

template<typename R>
template<typename R_, typename F>
testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >::GTEST_DISALLOW_ASSIGN_ ( Impl< ByMoveWrapper< R_ >, F > )
private

◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()

testing::internal::ReturnAction< R >::Impl< R_, F >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( Impl< ByMoveWrapper< R_ >, F > )
private

◆ Perform()

template<typename R>
template<typename R_, typename F>
virtual Result testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >::Perform ( const ArgumentTuple & )
inlinevirtual

Member Data Documentation

◆ performed_

template<typename R>
template<typename R_, typename F>
bool testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >::performed_
private

◆ value_

Result testing::internal::ReturnAction< R >::Impl< R_, F >::value_
private

◆ value_before_cast_

R testing::internal::ReturnAction< R >::Impl< R_, F >::value_before_cast_
private

◆ wrapper_

template<typename R>
template<typename R_, typename F>
const linked_ptr<R> testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >::wrapper_
private

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