Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 950 of file gmock-actions.h.

Member Typedef Documentation

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

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

Member Function Documentation

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

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

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

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: