Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
testing::Action< F >::ActionAdapter Struct Reference

Public Member Functions

template<typename... Args>
internal::Function< F >::Result operator() (Args &&...args)
 

Public Attributes

::std::shared_ptr
< ActionInterface< F > > 
impl_
 

Detailed Description

template<typename F>
struct testing::Action< F >::ActionAdapter

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

Member Function Documentation

template<typename F>
template<typename... Args>
internal::Function<F>::Result testing::Action< F >::ActionAdapter::operator() ( Args &&...  args)
inline

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

Member Data Documentation

template<typename F>
::std::shared_ptr<ActionInterface<F> > testing::Action< F >::ActionAdapter::impl_

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


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