Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Private Attributes | List of all members
testing::internal::ReturnAction< R >::Impl< U > Class Template Referencefinal

Classes

struct  State
 

Public Member Functions

 Impl (R &&input_value)
 
 Impl (const R &input_value)
 
operator() ()&&
 
operator() () const &
 

Private Attributes

const std::shared_ptr< Statestate_
 

Detailed Description

template<typename R>
template<typename U>
class testing::internal::ReturnAction< R >::Impl< U >

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

Constructor & Destructor Documentation

template<typename R >
template<typename U >
testing::internal::ReturnAction< R >::Impl< U >::Impl ( R &&  input_value)
inlineexplicit

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

template<typename R >
template<typename U >
testing::internal::ReturnAction< R >::Impl< U >::Impl ( const R input_value)
inlineexplicit

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

Member Function Documentation

template<typename R >
template<typename U >
U testing::internal::ReturnAction< R >::Impl< U >::operator() ( )
inline

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

template<typename R >
template<typename U >
U testing::internal::ReturnAction< R >::Impl< U >::operator() ( ) const
inline

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

Member Data Documentation

template<typename R >
template<typename U >
const std::shared_ptr<State> testing::internal::ReturnAction< R >::Impl< U >::state_
private

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


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