F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
testing::PolymorphicAction< Impl > Class Template Reference

#include <googletest/googlemock/include/gmock/gmock-actions.h>

Public Member Functions

 PolymorphicAction (const Impl &impl)
 
template<typename F >
 operator Action< F > () const
 

Detailed Description

template<typename Impl>
class testing::PolymorphicAction< Impl >

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

Constructor & Destructor Documentation

◆ PolymorphicAction()

template<typename Impl >
testing::PolymorphicAction< Impl >::PolymorphicAction ( const Impl & impl)
inlineexplicit

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

Member Function Documentation

◆ operator Action< F >()

template<typename Impl >
template<typename F >
testing::PolymorphicAction< Impl >::operator Action< F > ( ) const
inline

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


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