Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::ActionAdaptor< F1, F2 > Class Template Reference

#include <gmock-actions.h>

Inheritance diagram for testing::internal::ActionAdaptor< F1, F2 >:
Collaboration diagram for testing::internal::ActionAdaptor< F1, F2 >:

Public Types

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

Public Member Functions

 ActionAdaptor (const Action< F2 > &from)
 
virtual Result Perform (const ArgumentTuple &args)
 
- Public Member Functions inherited from testing::ActionInterface< F1 >
 ActionInterface ()
 
virtual ~ActionInterface ()
 

Detailed Description

template<typename F1, typename F2>
class testing::internal::ActionAdaptor< F1, F2 >

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

Member Typedef Documentation

◆ ArgumentTuple

template<typename F1 , typename F2 >
internal::Function<F1>::ArgumentTuple testing::internal::ActionAdaptor< F1, F2 >::ArgumentTuple

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

◆ Result

template<typename F1 , typename F2 >
internal::Function<F1>::Result testing::internal::ActionAdaptor< F1, F2 >::Result

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

Constructor & Destructor Documentation

◆ ActionAdaptor()

template<typename F1 , typename F2 >
testing::internal::ActionAdaptor< F1, F2 >::ActionAdaptor ( const Action< F2 > & from)
inlineexplicit

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

515: impl_(from.impl_) {}

Member Function Documentation

◆ Perform()

template<typename F1 , typename F2 >
virtual Result testing::internal::ActionAdaptor< F1, F2 >::Perform ( const ArgumentTuple & args)
inlinevirtual

Implements testing::ActionInterface< F1 >.

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

517 {
518 return impl_->Perform(args);
519 }

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