Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
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
 

Detailed Description

Definition at line 64 of file gmock-more-matchers.h.

Member Function Documentation

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

Definition at line 68 of file gmock-more-matchers.h.

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

Definition at line 78 of file gmock-more-matchers.h.

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

Definition at line 83 of file gmock-more-matchers.h.

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

Definition at line 85 of file gmock-more-matchers.h.


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