proxygen
testing::PolymorphicAction< Impl > Class Template Reference

#include <gmock-actions.h>

Classes

class  MonomorphicImpl
 

Public Member Functions

 PolymorphicAction (const Impl &impl)
 
template<typename F >
 operator Action< F > () const
 
 PolymorphicAction (const Impl &impl)
 
template<typename F >
 operator Action< F > () const
 
 PolymorphicAction (const Impl &impl)
 
template<typename F >
 operator Action< F > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (PolymorphicAction)
 
 GTEST_DISALLOW_ASSIGN_ (PolymorphicAction)
 
 GTEST_DISALLOW_ASSIGN_ (PolymorphicAction)
 

Private Attributes

Impl impl_
 

Detailed Description

template<typename Impl>
class testing::PolymorphicAction< Impl >

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

Constructor & Destructor Documentation

template<typename Impl >
testing::PolymorphicAction< Impl >::PolymorphicAction ( const Impl &  impl)
inlineexplicit

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

429 : impl_(impl) {}
template<typename Impl >
testing::PolymorphicAction< Impl >::PolymorphicAction ( const Impl &  impl)
inlineexplicit

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

429 : impl_(impl) {}
template<typename Impl >
testing::PolymorphicAction< Impl >::PolymorphicAction ( const Impl &  impl)
inlineexplicit

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

429 : impl_(impl) {}

Member Function Documentation

template<typename Impl >
testing::PolymorphicAction< Impl >::GTEST_DISALLOW_ASSIGN_ ( PolymorphicAction< Impl >  )
private
template<typename Impl >
testing::PolymorphicAction< Impl >::GTEST_DISALLOW_ASSIGN_ ( PolymorphicAction< Impl >  )
private
template<typename Impl >
testing::PolymorphicAction< Impl >::GTEST_DISALLOW_ASSIGN_ ( PolymorphicAction< Impl >  )
private
template<typename Impl >
template<typename F >
testing::PolymorphicAction< Impl >::operator Action< F > ( ) const
inline

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

432  {
433  return Action<F>(new MonomorphicImpl<F>(impl_));
434  }
template<typename Impl >
template<typename F >
testing::PolymorphicAction< Impl >::operator Action< F > ( ) const
inline

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

432  {
433  return Action<F>(new MonomorphicImpl<F>(impl_));
434  }
template<typename Impl >
template<typename F >
testing::PolymorphicAction< Impl >::operator Action< F > ( ) const
inline

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

432  {
433  return Action<F>(new MonomorphicImpl<F>(impl_));
434  }

Member Data Documentation

template<typename Impl >
Impl testing::PolymorphicAction< Impl >::impl_
private

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


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