Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::IgnoreResultAction< A > Class Template Reference

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

+ Collaboration diagram for testing::internal::IgnoreResultAction< A >:

Classes

class  Impl
 

Public Member Functions

 IgnoreResultAction (const A &action)
 
template<typename F >
 operator Action< F > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (IgnoreResultAction)
 

Private Attributes

const A action_
 

Detailed Description

template<typename A>
class testing::internal::IgnoreResultAction< A >

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

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

Constructor & Destructor Documentation

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

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

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

Member Function Documentation

template<typename A >
testing::internal::IgnoreResultAction< A >::GTEST_DISALLOW_ASSIGN_ ( IgnoreResultAction< A )
private
template<typename A >
template<typename F >
testing::internal::IgnoreResultAction< A >::operator Action< F > ( ) const
inline

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

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

References testing::internal::IgnoreResultAction< A >::action_.

Member Data Documentation

template<typename A >
const A testing::internal::IgnoreResultAction< A >::action_
private

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

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

Referenced by testing::internal::IgnoreResultAction< A >::operator Action< F >().


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