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

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

Classes

class  Impl
 

Public Member Functions

 ReturnRefOfCopyAction (const T &value)
 
template<typename F >
 operator Action< F > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ReturnRefOfCopyAction)
 

Private Attributes

const T value_
 

Detailed Description

template<typename T>
class testing::internal::ReturnRefOfCopyAction< T >

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

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

Constructor & Destructor Documentation

template<typename T >
testing::internal::ReturnRefOfCopyAction< T >::ReturnRefOfCopyAction ( const T value)
inlineexplicit

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

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

Member Function Documentation

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

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

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

References GTEST_COMPILE_ASSERT_, and testing::internal::ReturnRefOfCopyAction< T >::value_.

Member Data Documentation

template<typename T >
const T testing::internal::ReturnRefOfCopyAction< T >::value_
private

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

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

Referenced by testing::internal::ReturnRefOfCopyAction< T >::operator Action< F >().


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