Monero
Loading...
Searching...
No Matches
testing::PolymorphicAction< Impl >::MonomorphicImpl< F > Class Template Reference
Inheritance diagram for testing::PolymorphicAction< Impl >::MonomorphicImpl< F >:
Collaboration diagram for testing::PolymorphicAction< Impl >::MonomorphicImpl< F >:

Public Types

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

Public Member Functions

 MonomorphicImpl (const Impl &impl)
virtual Result Perform (const ArgumentTuple &args)
Public Member Functions inherited from testing::ActionInterface< F >
 ActionInterface ()
virtual ~ActionInterface ()

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (MonomorphicImpl)

Private Attributes

Impl impl_

Member Typedef Documentation

◆ ArgumentTuple

template<typename Impl>
template<typename F>
typedef internal::Function<F>::ArgumentTuple testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::ArgumentTuple

◆ Result

template<typename Impl>
template<typename F>
typedef internal::Function<F>::Result testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::Result

Constructor & Destructor Documentation

◆ MonomorphicImpl()

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

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

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

◆ Perform()

template<typename Impl>
template<typename F>
virtual Result testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::Perform ( const ArgumentTuple & args)
inlinevirtual

Member Data Documentation

◆ impl_

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

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