Orxonox  0.0.5 Codename: Arcturus
Classes | Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
testing::internal::ResultOfMatcher< Callable > Class Template Reference

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

Classes

class  Impl
 

Public Types

typedef CallableTraits< Callable >::ResultType ResultType
 

Public Member Functions

 ResultOfMatcher (Callable callable, const Matcher< ResultType > &matcher)
 
template<typename T >
 operator Matcher< T > () const
 

Private Types

typedef CallableTraits< Callable >::StorageType CallableStorageType
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ResultOfMatcher)
 

Private Attributes

const CallableStorageType callable_
 
const Matcher< ResultTypematcher_
 

Member Typedef Documentation

template<typename Callable>
typedef CallableTraits<Callable>::StorageType testing::internal::ResultOfMatcher< Callable >::CallableStorageType
private
template<typename Callable>
typedef CallableTraits<Callable>::ResultType testing::internal::ResultOfMatcher< Callable >::ResultType

Constructor & Destructor Documentation

template<typename Callable>
testing::internal::ResultOfMatcher< Callable >::ResultOfMatcher ( Callable  callable,
const Matcher< ResultType > &  matcher 
)
inline

Member Function Documentation

template<typename Callable>
testing::internal::ResultOfMatcher< Callable >::GTEST_DISALLOW_ASSIGN_ ( ResultOfMatcher< Callable >  )
private
template<typename Callable>
template<typename T >
testing::internal::ResultOfMatcher< Callable >::operator Matcher< T > ( ) const
inline

Member Data Documentation

template<typename Callable>
const CallableStorageType testing::internal::ResultOfMatcher< Callable >::callable_
private
template<typename Callable>
const Matcher<ResultType> testing::internal::ResultOfMatcher< Callable >::matcher_
private

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