Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr > Struct Template Reference

#include <gmock-actions.h>

Public Types

using ReturnType

Public Member Functions

template<typename... Args>
ReturnType operator() (const Args &...) const

Public Attributes

Class *const obj_ptr
const MethodPtr method_ptr

Detailed Description

template<class Class, typename MethodPtr>
struct testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >

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

Member Typedef Documentation

◆ ReturnType

template<class Class, typename MethodPtr>
using testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::ReturnType
Initial value:
decltype((std::declval<Class*>()->*std::declval<MethodPtr>())())

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

Member Function Documentation

◆ operator()()

template<class Class, typename MethodPtr>
template<typename... Args>
ReturnType testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::operator() ( const Args & ...) const
inline

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

Member Data Documentation

◆ obj_ptr

template<class Class, typename MethodPtr>
Class* const testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::obj_ptr

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

◆ method_ptr

template<class Class, typename MethodPtr>
const MethodPtr testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::method_ptr

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


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