Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::ActionInterface< F > Class Template Referenceabstract

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-actions.h>

+ Inheritance diagram for testing::ActionInterface< F >:

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
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (ActionInterface)
 

Detailed Description

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

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

View newest version in sPHENIX GitHub at line 327 of file gmock-actions.h

Member Typedef Documentation

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

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

View newest version in sPHENIX GitHub at line 330 of file gmock-actions.h

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

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

View newest version in sPHENIX GitHub at line 329 of file gmock-actions.h

Constructor & Destructor Documentation

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

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

View newest version in sPHENIX GitHub at line 332 of file gmock-actions.h

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

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

View newest version in sPHENIX GitHub at line 333 of file gmock-actions.h

Member Function Documentation

template<typename F>
testing::ActionInterface< F >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( ActionInterface< F )
private

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