Xmipp  v3.23.11-Nereus
Public Types | Public Member Functions | Public Attributes | List of all members
testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr > Struct Template Reference

#include <gmock-actions.h>

Public Types

using ReturnType = decltype((std::declval< Class * >() -> *std::declval< MethodPtr >())())
 

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 1344 of file gmock-actions.h.

Member Typedef Documentation

◆ ReturnType

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

Definition at line 1349 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 1352 of file gmock-actions.h.

Member Data Documentation

◆ method_ptr

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

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

◆ obj_ptr

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

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


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