Monero
Loading...
Searching...
No Matches
testing::internal::IgnoreResultAction< A >::Impl< F > Class Template Reference
Inheritance diagram for testing::internal::IgnoreResultAction< A >::Impl< F >:
Collaboration diagram for testing::internal::IgnoreResultAction< A >::Impl< 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

 Impl (const A &action)
virtual void Perform (const ArgumentTuple &args)
Public Member Functions inherited from testing::ActionInterface< F >
 ActionInterface ()
virtual ~ActionInterface ()

Private Types

typedef internal::Function< F >::MakeResultIgnoredValue OriginalFunction

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)

Private Attributes

const Action< OriginalFunctionaction_

Member Typedef Documentation

◆ ArgumentTuple

template<typename A>
template<typename F>
typedef internal::Function<F>::ArgumentTuple testing::internal::IgnoreResultAction< A >::Impl< F >::ArgumentTuple

◆ OriginalFunction

template<typename A>
template<typename F>
typedef internal::Function<F>::MakeResultIgnoredValue testing::internal::IgnoreResultAction< A >::Impl< F >::OriginalFunction
private

◆ Result

template<typename A>
template<typename F>
typedef internal::Function<F>::Result testing::internal::IgnoreResultAction< A >::Impl< F >::Result

Constructor & Destructor Documentation

◆ Impl()

template<typename A>
template<typename F>
testing::internal::IgnoreResultAction< A >::Impl< F >::Impl ( const A & action)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename A>
template<typename F>
testing::internal::IgnoreResultAction< A >::Impl< F >::GTEST_DISALLOW_ASSIGN_ ( Impl< F > )
private

◆ Perform()

template<typename A>
template<typename F>
virtual void testing::internal::IgnoreResultAction< A >::Impl< F >::Perform ( const ArgumentTuple & args)
inlinevirtual

Member Data Documentation

◆ action_

template<typename A>
template<typename F>
const Action<OriginalFunction> testing::internal::IgnoreResultAction< A >::Impl< F >::action_
private

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