Electroneum
testing::MockFunction< R(A0, A1, A2, A3)> Class Template Reference

#include <gmock-generated-function-mockers.h>

Public Member Functions

 MockFunction ()
 
 MOCK_METHOD4_T (Call, R(A0, A1, A2, A3))
 

Detailed Description

template<typename R, typename A0, typename A1, typename A2, typename A3>
class testing::MockFunction< R(A0, A1, A2, A3)>

Definition at line 952 of file gmock-generated-function-mockers.h.

Constructor & Destructor Documentation

◆ MockFunction()

template<typename R , typename A0 , typename A1 , typename A2 , typename A3 >
testing::MockFunction< R(A0, A1, A2, A3)>::MockFunction ( )
inline

Definition at line 954 of file gmock-generated-function-mockers.h.

954 {}

Member Function Documentation

◆ MOCK_METHOD4_T()

template<typename R , typename A0 , typename A1 , typename A2 , typename A3 >
testing::MockFunction< R(A0, A1, A2, A3)>::MOCK_METHOD4_T ( Call  ,
R(A0, A1, A2, A3)   
)

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