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

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

Classes

class  MonomorphicImpl
 

Public Member Functions

 PolymorphicMatcher (const Impl &an_impl)
 
const Impl & impl () const
 
Impl & mutable_impl ()
 
template<typename T >
 operator Matcher< T > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (PolymorphicMatcher)
 

Private Attributes

Impl impl_
 

Constructor & Destructor Documentation

template<class Impl>
testing::PolymorphicMatcher< Impl >::PolymorphicMatcher ( const Impl &  an_impl)
inlineexplicit

Member Function Documentation

template<class Impl>
testing::PolymorphicMatcher< Impl >::GTEST_DISALLOW_ASSIGN_ ( PolymorphicMatcher< Impl >  )
private
template<class Impl>
const Impl& testing::PolymorphicMatcher< Impl >::impl ( ) const
inline
template<class Impl>
Impl& testing::PolymorphicMatcher< Impl >::mutable_impl ( )
inline
template<class Impl>
template<typename T >
testing::PolymorphicMatcher< Impl >::operator Matcher< T > ( ) const
inline

Member Data Documentation

template<class Impl>
Impl testing::PolymorphicMatcher< Impl >::impl_
private

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