Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Attributes | List of all members
testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F > Class Template Reference
Inheritance diagram for testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >:
Inheritance graph
[legend]

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

Private Attributes

bool performed_
 
const std::shared_ptr< Rwrapper_
 

Detailed Description

template<typename R>
template<typename R_, typename F>
class testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >

Definition at line 699 of file gmock-actions.h.

Member Typedef Documentation

◆ Result

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

Definition at line 701 of file gmock-actions.h.

◆ ArgumentTuple

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

Definition at line 702 of file gmock-actions.h.

Constructor & Destructor Documentation

◆ Impl()

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

Definition at line 704 of file gmock-actions.h.

Member Function Documentation

◆ Perform()

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

Definition at line 707 of file gmock-actions.h.

Member Data Documentation

◆ performed_

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

Definition at line 715 of file gmock-actions.h.

◆ wrapper_

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

Definition at line 716 of file gmock-actions.h.


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