template <typename T>
class SetErrnoAndReturnAction
Defined at line 1292 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h
Implements the SetErrnoAndReturn action to simulate return from
various system calls and libc functions.
Public Methods
void SetErrnoAndReturnAction<T> (int errno_value, T result)
Defined at line 1294 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h
template <typename Result, typename ArgumentTuple>
Result Perform (const ArgumentTuple & )
Defined at line 1297 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h