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

#include <gmock-matchers.h>

Public Member Functions

typedef GTEST_REFERENCE_TO_CONST_ (PropertyType) RefToConstProperty
 
 PropertyMatcher (PropertyType(Class::*property)() const, const Matcher< RefToConstProperty > &matcher)
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 
template<typename T >
bool MatchAndExplain (const T &value, MatchResultListener *listener) const
 

Detailed Description

template<typename Class, typename PropertyType>
class testing::internal::PropertyMatcher< Class, PropertyType >

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

Constructor & Destructor Documentation

template<typename Class , typename PropertyType >
testing::internal::PropertyMatcher< Class, PropertyType >::PropertyMatcher ( PropertyType(Class::*)() const  property,
const Matcher< RefToConstProperty > &  matcher 
)
inline

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

Member Function Documentation

template<typename Class , typename PropertyType >
typedef testing::internal::PropertyMatcher< Class, PropertyType >::GTEST_REFERENCE_TO_CONST_ ( PropertyType  )
template<typename Class , typename PropertyType >
void testing::internal::PropertyMatcher< Class, PropertyType >::DescribeTo ( ::std::ostream *  os) const
inline

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

template<typename Class , typename PropertyType >
void testing::internal::PropertyMatcher< Class, PropertyType >::DescribeNegationTo ( ::std::ostream *  os) const
inline

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

template<typename Class , typename PropertyType >
template<typename T >
bool testing::internal::PropertyMatcher< Class, PropertyType >::MatchAndExplain ( const T &  value,
MatchResultListener listener 
) const
inline

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

References testing::internal::posix::Abort(), GTEST_DISALLOW_ASSIGN_, GTEST_REMOVE_CONST_, and testing::internal::MatchPrintAndExplain().

Here is the call graph for this function:


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