Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
testing::internal::MatcherBase< T > Class Template Reference

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

Inheritance diagram for testing::internal::MatcherBase< T >:
testing::Matcher< const ArgumentTuple & > testing::Matcher< const Element & > testing::Matcher< const FieldType & > testing::Matcher< const FirstType & > testing::Matcher< const KeyType & > testing::Matcher< const Pointee & > testing::Matcher< const SecondType & > testing::Matcher< RefToConstProperty > testing::Matcher< ResultType > testing::Matcher< std::tr1::tuple > testing::Matcher< U > testing::Matcher< T >

Public Member Functions

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
 

Protected Member Functions

 MatcherBase ()
 
 MatcherBase (const MatcherInterface< T > *impl)
 
virtual ~MatcherBase ()
 

Private Attributes

::testing::internal::linked_ptr< const MatcherInterface< T > > impl_
 

Constructor & Destructor Documentation

template<typename T>
testing::internal::MatcherBase< T >::MatcherBase ( )
inlineprotected
template<typename T>
testing::internal::MatcherBase< T >::MatcherBase ( const MatcherInterface< T > *  impl)
inlineexplicitprotected
template<typename T>
virtual testing::internal::MatcherBase< T >::~MatcherBase ( )
inlineprotectedvirtual

Member Function Documentation

template<typename T>
void testing::internal::MatcherBase< T >::DescribeNegationTo ( ::std::ostream *  os) const
inline
template<typename T>
void testing::internal::MatcherBase< T >::DescribeTo ( ::std::ostream *  os) const
inline
template<typename T>
void testing::internal::MatcherBase< T >::ExplainMatchResultTo ( x,
::std::ostream *  os 
) const
inline
template<typename T>
bool testing::internal::MatcherBase< T >::MatchAndExplain ( x,
MatchResultListener listener 
) const
inline
template<typename T>
bool testing::internal::MatcherBase< T >::Matches ( x) const
inline

Member Data Documentation

template<typename T>
::testing::internal::linked_ptr<const MatcherInterface<T> > testing::internal::MatcherBase< T >::impl_
private

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