template <typename R, typename... Args>

class MockFunction

Defined at line 1905 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h

Public Methods

void MockFunction<R (Args...)> (const MockFunction<R (Args...)> & )

Defined at line 1908 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h

MockFunction<R (Args...)> & operator= (const MockFunction<R (Args...)> & )

Defined at line 1909 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h

std::function<R (Args...)> AsStdFunction ()

Defined at line 1911 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h

R Call (Args... args)

Implementation detail: the expansion of the MOCK_METHOD macro.

Defined at line 1918 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h

MockSpec<R (Args...)> gmock_Call (Matcher<Args>... m)

Defined at line 1923 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h

MockSpec<R (Args...)> gmock_Call (const WithoutMatchers & , R (*)(Args...) )

Defined at line 1928 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h

Protected Methods

void MockFunction<R (Args...)> ()

Defined at line 1933 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h

void ~MockFunction<R (Args...)> ()

Defined at line 1934 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h