Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | List of all members
testing::Matcher< T > Class Template Reference

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

Inheritance diagram for testing::Matcher< T >:
testing::internal::MatcherBase< T >

Public Member Functions

 Matcher ()
 
 Matcher (const MatcherInterface< T > *impl)
 
 Matcher (T value)
 
- Public Member Functions inherited from testing::internal::MatcherBase< T >
void DescribeNegationTo (::std::ostream *os) const
 
void DescribeTo (::std::ostream *os) const
 
void ExplainMatchResultTo (T x,::std::ostream *os) const
 
bool MatchAndExplain (T x, MatchResultListener *listener) const
 
bool Matches (T x) const
 

Additional Inherited Members

- Protected Member Functions inherited from testing::internal::MatcherBase< T >
 MatcherBase ()
 
 MatcherBase (const MatcherInterface< T > *impl)
 
virtual ~MatcherBase ()
 

Constructor & Destructor Documentation

template<typename T>
testing::Matcher< T >::Matcher ( )
inline
template<typename T>
testing::Matcher< T >::Matcher ( const MatcherInterface< T > *  impl)
inlineexplicit
template<typename T>
testing::Matcher< T >::Matcher ( value)

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