proxygen
testing::internal::ActionAdaptor< F1, F2 > Class Template Reference

#include <gmock-actions.h>

Inheritance diagram for testing::internal::ActionAdaptor< F1, F2 >:
testing::ActionInterface< F1 > testing::ActionInterface< F1 > testing::ActionInterface< F1 >

Public Types

typedef internal::Function< F1 >::Result Result
 
typedef internal::Function< F1 >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F1 >::Result Result
 
typedef internal::Function< F1 >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F1 >::Result Result
 
typedef internal::Function< F1 >::ArgumentTuple ArgumentTuple
 
- Public Types inherited from testing::ActionInterface< F1 >
typedef internal::Function< F1 >::Result Result
 
typedef internal::Function< F1 >::Result Result
 
typedef internal::Function< F1 >::Result Result
 
typedef internal::Function< F1 >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F1 >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F1 >::ArgumentTuple ArgumentTuple
 

Public Member Functions

 ActionAdaptor (const Action< F2 > &from)
 
virtual Result Perform (const ArgumentTuple &args)
 
 ActionAdaptor (const Action< F2 > &from)
 
virtual Result Perform (const ArgumentTuple &args)
 
 ActionAdaptor (const Action< F2 > &from)
 
virtual Result Perform (const ArgumentTuple &args)
 
- Public Member Functions inherited from testing::ActionInterface< F1 >
 ActionInterface ()
 
 ActionInterface ()
 
 ActionInterface ()
 
virtual ~ActionInterface ()
 
virtual ~ActionInterface ()
 
virtual ~ActionInterface ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ActionAdaptor)
 
 GTEST_DISALLOW_ASSIGN_ (ActionAdaptor)
 
 GTEST_DISALLOW_ASSIGN_ (ActionAdaptor)
 

Private Attributes

const internal::linked_ptr< ActionInterface< F2 > > impl_
 

Detailed Description

template<typename F1, typename F2>
class testing::internal::ActionAdaptor< F1, F2 >

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

Member Typedef Documentation

template<typename F1 , typename F2 >
typedef internal::Function<F1>::ArgumentTuple testing::internal::ActionAdaptor< F1, F2 >::ArgumentTuple

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

template<typename F1 , typename F2 >
typedef internal::Function<F1>::ArgumentTuple testing::internal::ActionAdaptor< F1, F2 >::ArgumentTuple

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

template<typename F1 , typename F2 >
typedef internal::Function<F1>::ArgumentTuple testing::internal::ActionAdaptor< F1, F2 >::ArgumentTuple

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

template<typename F1 , typename F2 >
typedef internal::Function<F1>::Result testing::internal::ActionAdaptor< F1, F2 >::Result

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

template<typename F1 , typename F2 >
typedef internal::Function<F1>::Result testing::internal::ActionAdaptor< F1, F2 >::Result

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

template<typename F1 , typename F2 >
typedef internal::Function<F1>::Result testing::internal::ActionAdaptor< F1, F2 >::Result

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

Constructor & Destructor Documentation

template<typename F1 , typename F2 >
testing::internal::ActionAdaptor< F1, F2 >::ActionAdaptor ( const Action< F2 > &  from)
inlineexplicit

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

489 : impl_(from.impl_) {}
PUSHMI_INLINE_VAR constexpr struct folly::pushmi::operators::from_fn from
const internal::linked_ptr< ActionInterface< F2 > > impl_
template<typename F1 , typename F2 >
testing::internal::ActionAdaptor< F1, F2 >::ActionAdaptor ( const Action< F2 > &  from)
inlineexplicit

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

489 : impl_(from.impl_) {}
PUSHMI_INLINE_VAR constexpr struct folly::pushmi::operators::from_fn from
const internal::linked_ptr< ActionInterface< F2 > > impl_
template<typename F1 , typename F2 >
testing::internal::ActionAdaptor< F1, F2 >::ActionAdaptor ( const Action< F2 > &  from)
inlineexplicit

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

489 : impl_(from.impl_) {}
PUSHMI_INLINE_VAR constexpr struct folly::pushmi::operators::from_fn from
const internal::linked_ptr< ActionInterface< F2 > > impl_

Member Function Documentation

template<typename F1 , typename F2 >
testing::internal::ActionAdaptor< F1, F2 >::GTEST_DISALLOW_ASSIGN_ ( ActionAdaptor< F1, F2 )
private
template<typename F1 , typename F2 >
testing::internal::ActionAdaptor< F1, F2 >::GTEST_DISALLOW_ASSIGN_ ( ActionAdaptor< F1, F2 )
private
template<typename F1 , typename F2 >
testing::internal::ActionAdaptor< F1, F2 >::GTEST_DISALLOW_ASSIGN_ ( ActionAdaptor< F1, F2 )
private
template<typename F1 , typename F2 >
virtual Result testing::internal::ActionAdaptor< F1, F2 >::Perform ( const ArgumentTuple args)
inlinevirtual

Implements testing::ActionInterface< F1 >.

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

491  {
492  return impl_->Perform(args);
493  }
const internal::linked_ptr< ActionInterface< F2 > > impl_
template<typename F1 , typename F2 >
virtual Result testing::internal::ActionAdaptor< F1, F2 >::Perform ( const ArgumentTuple args)
inlinevirtual

Implements testing::ActionInterface< F1 >.

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

References GTEST_DISALLOW_ASSIGN_.

491  {
492  return impl_->Perform(args);
493  }
const internal::linked_ptr< ActionInterface< F2 > > impl_
template<typename F1 , typename F2 >
virtual Result testing::internal::ActionAdaptor< F1, F2 >::Perform ( const ArgumentTuple args)
inlinevirtual

Implements testing::ActionInterface< F1 >.

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

References GTEST_DISALLOW_ASSIGN_.

491  {
492  return impl_->Perform(args);
493  }
const internal::linked_ptr< ActionInterface< F2 > > impl_

Member Data Documentation

template<typename F1 , typename F2 >
const internal::linked_ptr< ActionInterface< F2 > > testing::internal::ActionAdaptor< F1, F2 >::impl_
private

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


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