Monero
Loading...
Searching...
No Matches
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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (PolymorphicAction)

Private Attributes

Impl impl_

Constructor & Destructor Documentation

◆ PolymorphicAction()

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

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename Impl>
testing::PolymorphicAction< Impl >::GTEST_DISALLOW_ASSIGN_ ( PolymorphicAction< Impl > )
private

◆ operator Action< F >()

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

Member Data Documentation

◆ impl_

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

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