Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 ()
 

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

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.

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

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

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

Implements testing::ActionInterface< F >.

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

Member Data Documentation

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.

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: