GNU Radio's DSD Package
testing::internal::FieldMatcher< Class, FieldType > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 FieldMatcher (FieldType Class::*field, const Matcher< const FieldType & > &matcher)
void DescribeTo (::std::ostream *os) const
void DescribeNegationTo (::std::ostream *os) const
template<typename T>
bool MatchAndExplain (const T &value, MatchResultListener *listener) const
 FieldMatcher (FieldType Class::*field, const Matcher< const FieldType & > &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

◆ FieldMatcher() [1/2]

template<typename Class, typename FieldType>
testing::internal::FieldMatcher< Class, FieldType >::FieldMatcher ( FieldType Class::* field,
const Matcher< const FieldType & > & matcher )
inline

◆ FieldMatcher() [2/2]

template<typename Class, typename FieldType>
testing::internal::FieldMatcher< Class, FieldType >::FieldMatcher ( FieldType Class::* field,
const Matcher< const FieldType & > & matcher )
inline

Member Function Documentation

◆ DescribeNegationTo() [1/2]

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

◆ DescribeNegationTo() [2/2]

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

◆ DescribeTo() [1/2]

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

◆ DescribeTo() [2/2]

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

◆ MatchAndExplain() [1/2]

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

◆ MatchAndExplain() [2/2]

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

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