Orxonox  0.0.5 Codename: Arcturus
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::PolymorphicAction< Impl > Class Template Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-actions.h>

Classes

class  MonomorphicImpl
 

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (PolymorphicAction)
 

Private Attributes

Impl impl_
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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