Electroneum
Loading...
Searching...
No Matches
testing::internal::SetArgumentPointeeAction< N, A, kIsProto > Class Template Reference

#include <gmock-actions.h>

Public Member Functions

 SetArgumentPointeeAction (const A &value)
template<typename Result, typename ArgumentTuple>
void Perform (const ArgumentTuple &args) const

Detailed Description

template<size_t N, typename A, bool kIsProto>
class testing::internal::SetArgumentPointeeAction< N, A, kIsProto >

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

Constructor & Destructor Documentation

◆ SetArgumentPointeeAction()

template<size_t N, typename A, bool kIsProto>
testing::internal::SetArgumentPointeeAction< N, A, kIsProto >::SetArgumentPointeeAction ( const A & value)
inlineexplicit

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

Here is the call graph for this function:

Member Function Documentation

◆ Perform()

template<size_t N, typename A, bool kIsProto>
template<typename Result, typename ArgumentTuple>
void testing::internal::SetArgumentPointeeAction< N, A, kIsProto >::Perform ( const ArgumentTuple & args) const
inline

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

811 {
813 *::testing::get<N>(args) = value_;
814 }

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h