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

#include <gmock-actions.h>

Classes

class  MonomorphicImpl
 

Public Member Functions

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

Private Attributes

Impl impl_
 

Detailed Description

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

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

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

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

Member Data Documentation

template<typename Impl >
Impl testing::PolymorphicAction< Impl >::impl_
private

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


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