cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
testing::internal::IsEmptyMatcher Class Reference

#include <gmock-more-matchers.h>

Public Member Functions

template<typename MatcheeContainerType >
bool MatchAndExplain (const MatcheeContainerType &c, MatchResultListener *listener) const
 
bool MatchAndExplain (const char *s, MatchResultListener *listener) const
 
void DescribeTo (std::ostream *os) const
 
void DescribeNegationTo (std::ostream *os) const
 

Member Function Documentation

◆ DescribeNegationTo()

void testing::internal::IsEmptyMatcher::DescribeNegationTo ( std::ostream * os) const
inline

◆ DescribeTo()

void testing::internal::IsEmptyMatcher::DescribeTo ( std::ostream * os) const
inline

◆ MatchAndExplain() [1/2]

bool testing::internal::IsEmptyMatcher::MatchAndExplain ( const char * s,
MatchResultListener * listener ) const
inline

◆ MatchAndExplain() [2/2]

template<typename MatcheeContainerType >
bool testing::internal::IsEmptyMatcher::MatchAndExplain ( const MatcheeContainerType & c,
MatchResultListener * listener ) const
inline

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