Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
testing::PolymorphicAction< Impl >::MonomorphicImpl< F > Class Template Reference
Inheritance 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)
Result Perform (const ArgumentTuple &args) override
Public Member Functions inherited from testing::ActionInterface< F >
 ActionInterface ()
virtual ~ActionInterface ()

Private Attributes

Impl impl_

Detailed Description

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

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

Member Typedef Documentation

◆ Result

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

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

◆ ArgumentTuple

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

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

Constructor & Destructor Documentation

◆ MonomorphicImpl()

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

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

Member Function Documentation

◆ Perform()

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

Implements testing::ActionInterface< F >.

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

Member Data Documentation

◆ impl_

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

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


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