Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::SetErrnoAndReturnAction< T > Class Template Reference

#include <gmock-actions.h>

Public Member Functions

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

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 754 of file gmock-actions.h.

Constructor & Destructor Documentation

◆ SetErrnoAndReturnAction()

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

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

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename T >
testing::internal::SetErrnoAndReturnAction< T >::GTEST_DISALLOW_ASSIGN_ ( SetErrnoAndReturnAction< T )
private

◆ Perform()

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

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

Member Data Documentation

◆ errno_

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

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

◆ result_

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

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


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:11