Electroneum
Loading...
Searching...
No Matches
testing::ActionInterface< F > Class Template Referenceabstract

#include <gmock-actions.h>

Public Types

typedef internal::Function< F >::Result Result
typedef internal::Function< F >::ArgumentTuple ArgumentTuple

Public Member Functions

 ActionInterface ()
virtual ~ActionInterface ()
virtual Result Perform (const ArgumentTuple &args)=0

Detailed Description

template<typename F>
class testing::ActionInterface< F >

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

Member Typedef Documentation

◆ ArgumentTuple

template<typename F>
typedef internal::Function<F>::ArgumentTuple testing::ActionInterface< F >::ArgumentTuple

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

◆ Result

template<typename F>
typedef internal::Function<F>::Result testing::ActionInterface< F >::Result

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

Constructor & Destructor Documentation

◆ ActionInterface()

template<typename F>
testing::ActionInterface< F >::ActionInterface ( )
inline

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

332{}
Here is the caller graph for this function:

◆ ~ActionInterface()

template<typename F>
virtual testing::ActionInterface< F >::~ActionInterface ( )
inlinevirtual

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

333{}

Member Function Documentation

◆ Perform()

template<typename F>
virtual Result testing::ActionInterface< F >::Perform ( const ArgumentTuple & args)
pure virtual

Implemented in testing::internal::ActionAdaptor< F1, F2 >.

Here is the call graph for this function:

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h