Public Types | Public Member Functions | Private 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 >::ArgumentTuple ArgumentTuple
 
typedef Function< F >::ArgumentTuple ArgumentTuple
 
typedef Function< F >::ArgumentTuple ArgumentTuple
 
typedef Function< F >::ArgumentTuple ArgumentTuple
 
typedef Function< F >::ArgumentTuple ArgumentTuple
 
typedef Function< F >::Result Result
 
typedef Function< F >::Result Result
 
typedef Function< F >::Result Result
 
typedef Function< F >::Result Result
 
typedef Function< F >::Result Result
 
- Public Types inherited from testing::ActionInterface< F >
typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F >::Result Result
 
typedef internal::Function< F >::Result Result
 
typedef internal::Function< F >::Result Result
 
typedef internal::Function< F >::Result Result
 
typedef internal::Function< F >::Result Result
 

Public Member Functions

 Impl (const linked_ptr< R > &wrapper)
 
 Impl (const std::shared_ptr< R > &wrapper)
 
 Impl (const std::shared_ptr< R > &wrapper)
 
 Impl (const std::shared_ptr< R > &wrapper)
 
 Impl (const std::shared_ptr< R > &wrapper)
 
virtual Result Perform (const ArgumentTuple &)
 
Result Perform (const ArgumentTuple &) override
 
Result Perform (const ArgumentTuple &) override
 
Result Perform (const ArgumentTuple &) override
 
Result Perform (const ArgumentTuple &) override
 
- Public Member Functions inherited from testing::ActionInterface< F >
 ActionInterface ()
 
 ActionInterface ()
 
 ActionInterface ()
 
 ActionInterface ()
 
 ActionInterface ()
 
virtual ~ActionInterface ()
 
virtual ~ActionInterface ()
 
virtual ~ActionInterface ()
 
virtual ~ActionInterface ()
 
virtual ~ActionInterface ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 
 GTEST_DISALLOW_ASSIGN_ (Impl)
 
 GTEST_DISALLOW_ASSIGN_ (Impl)
 
 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

bool performed_
 
const std::shared_ptr< R > wrapper_
 
const linked_ptr< R > wrapper_
 

Detailed Description

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

Definition at line 577 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-actions.h.

Member Typedef Documentation

◆ ArgumentTuple [1/5]

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

◆ ArgumentTuple [2/5]

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

◆ ArgumentTuple [3/5]

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

◆ ArgumentTuple [4/5]

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

◆ ArgumentTuple [5/5]

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

Definition at line 1574 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ Result [1/5]

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

◆ Result [2/5]

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

◆ Result [3/5]

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

◆ Result [4/5]

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

◆ Result [5/5]

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

Definition at line 1573 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Constructor & Destructor Documentation

◆ Impl() [1/5]

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

◆ Impl() [2/5]

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

◆ Impl() [3/5]

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

Definition at line 1576 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ Impl() [4/5]

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

◆ Impl() [5/5]

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

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_() [1/4]

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_ASSIGN_() [2/4]

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_ASSIGN_() [3/4]

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_ASSIGN_() [4/4]

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

◆ Perform() [1/5]

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

◆ Perform() [2/5]

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

◆ Perform() [3/5]

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

◆ Perform() [4/5]

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

◆ Perform() [5/5]

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

Member Data Documentation

◆ performed_

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

◆ wrapper_ [1/2]

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

◆ wrapper_ [2/2]

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

Definition at line 1588 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:50