v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | Protected Member Functions | List of all members
testing::internal::MatcherBase< T > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::MatcherBase< T >:
Inheritance graph
[legend]

Public Member Functions

bool MatchAndExplain (T x, MatchResultListener *listener) const
 
bool Matches (T x) const
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 
void ExplainMatchResultTo (T x,::std::ostream *os) const
 
const MatcherDescriberInterfaceGetDescriber () const
 

Protected Member Functions

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

Detailed Description

template<typename T>
class testing::internal::MatcherBase< T >

Definition at line 252 of file gmock-matchers.h.

Constructor & Destructor Documentation

template<typename T>
testing::internal::MatcherBase< T >::MatcherBase ( )
inlineprotected

Definition at line 288 of file gmock-matchers.h.

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

Definition at line 291 of file gmock-matchers.h.

template<typename T>
virtual testing::internal::MatcherBase< T >::~MatcherBase ( )
inlineprotectedvirtual

Definition at line 294 of file gmock-matchers.h.

Member Function Documentation

template<typename T>
bool testing::internal::MatcherBase< T >::MatchAndExplain ( x,
MatchResultListener listener 
) const
inline

Definition at line 256 of file gmock-matchers.h.

Referenced by testing::internal::MatchPrintAndExplain().

Here is the caller graph for this function:

template<typename T>
bool testing::internal::MatcherBase< T >::Matches ( x) const
inline

Definition at line 261 of file gmock-matchers.h.

Referenced by testing::internal::MatchPrintAndExplain(), and TEST().

Here is the caller graph for this function:

template<typename T>
void testing::internal::MatcherBase< T >::DescribeTo ( ::std::ostream *  os) const
inline

Definition at line 267 of file gmock-matchers.h.

Referenced by testing::internal::PredicateFormatterFromMatcher< M >::operator()().

Here is the caller graph for this function:

template<typename T>
void testing::internal::MatcherBase< T >::DescribeNegationTo ( ::std::ostream *  os) const
inline

Definition at line 270 of file gmock-matchers.h.

template<typename T>
void testing::internal::MatcherBase< T >::ExplainMatchResultTo ( x,
::std::ostream *  os 
) const
inline

Definition at line 275 of file gmock-matchers.h.

template<typename T>
const MatcherDescriberInterface* testing::internal::MatcherBase< T >::GetDescriber ( ) const
inline

Definition at line 283 of file gmock-matchers.h.


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