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

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

Public Member Functions

 SetErrnoAndReturnAction (int errno_value, T result)
 
template<typename Result , typename ArgumentTuple >
Result Perform (const ArgumentTuple &) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (SetErrnoAndReturnAction)
 

Private Attributes

const int errno_
 
const T result_
 

Detailed Description

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

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

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

Constructor & Destructor Documentation

template<typename T >
testing::internal::SetErrnoAndReturnAction< T >::SetErrnoAndReturnAction ( int  errno_value,
T  result 
)
inline

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

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

Member Function Documentation

template<typename T >
testing::internal::SetErrnoAndReturnAction< T >::GTEST_DISALLOW_ASSIGN_ ( SetErrnoAndReturnAction< T )
private
template<typename T >
template<typename Result , typename ArgumentTuple >
Result testing::internal::SetErrnoAndReturnAction< T >::Perform ( const ArgumentTuple &  ) const
inline

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

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

References testing::internal::SetErrnoAndReturnAction< T >::errno_, and testing::internal::SetErrnoAndReturnAction< T >::result_.

Member Data Documentation

template<typename T >
const int testing::internal::SetErrnoAndReturnAction< T >::errno_
private

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

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

Referenced by testing::internal::SetErrnoAndReturnAction< T >::Perform().

template<typename T >
const T testing::internal::SetErrnoAndReturnAction< T >::result_
private

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

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

Referenced by testing::internal::SetErrnoAndReturnAction< T >::Perform().


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