Monero
Loading...
Searching...
No Matches
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::ReturnAction< R > Class Template Reference

#include <gmock-actions.h>

Collaboration diagram for testing::internal::ReturnAction< R >:
Collaboration graph
[legend]

Classes

class  Impl
 
class  Impl< ByMoveWrapper< R_ >, F >
 

Public Member Functions

 ReturnAction (R value)
 
template<typename F >
 operator Action< F > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ReturnAction)
 

Private Attributes

const linked_ptr< R > value_
 

Constructor & Destructor Documentation

◆ ReturnAction()

template<typename R >
testing::internal::ReturnAction< R >::ReturnAction ( R value)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename R >
testing::internal::ReturnAction< R >::GTEST_DISALLOW_ASSIGN_ ( ReturnAction< R > )
private

◆ operator Action< F >()

template<typename R >
template<typename F >
testing::internal::ReturnAction< R >::operator Action< F > ( ) const
inline

Member Data Documentation

◆ value_

template<typename R >
const linked_ptr<R> testing::internal::ReturnAction< R >::value_
private

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