GNU Radio's DSD Package
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
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

Constructor & Destructor Documentation

◆ PropertyMatcher() [1/2]

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

◆ PropertyMatcher() [2/2]

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

Member Function Documentation

◆ DescribeNegationTo() [1/2]

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

◆ DescribeNegationTo() [2/2]

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

◆ DescribeTo() [1/2]

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

◆ DescribeTo() [2/2]

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

◆ GTEST_REFERENCE_TO_CONST_() [1/2]

template<typename Class, typename PropertyType>
typedef testing::internal::PropertyMatcher< Class, PropertyType >::GTEST_REFERENCE_TO_CONST_ ( PropertyType )

◆ GTEST_REFERENCE_TO_CONST_() [2/2]

template<typename Class, typename PropertyType>
typedef testing::internal::PropertyMatcher< Class, PropertyType >::GTEST_REFERENCE_TO_CONST_ ( PropertyType )

◆ MatchAndExplain() [1/2]

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

◆ MatchAndExplain() [2/2]

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

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