Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::Matcher< const std::string & > Class Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::Matcher< const std::string & >:
Collaboration diagram for testing::Matcher< const std::string & >:

Public Member Functions

 Matcher ()
 
 Matcher (const MatcherInterface< const std::string & > *impl)
 
 Matcher (const std::string &s)
 
 Matcher (const char *s)
 
- Public Member Functions inherited from testing::internal::MatcherBase< const std::string & >
bool MatchAndExplain (GTEST_REFERENCE_TO_CONST_(const std::string &) x, MatchResultListener *listener) const
 
bool Matches (GTEST_REFERENCE_TO_CONST_(const std::string &) x) const
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 
void ExplainMatchResultTo (GTEST_REFERENCE_TO_CONST_(const std::string &) x, ::std::ostream *os) const
 
const MatcherDescriberInterfaceGetDescriber () const
 

Additional Inherited Members

- Protected Member Functions inherited from testing::internal::MatcherBase< const std::string & >
 MatcherBase ()
 
 MatcherBase (const MatcherInterface< GTEST_REFERENCE_TO_CONST_(const std::string &)> *impl)
 
 MatcherBase (const MatcherInterface< U > *impl, typename internal::EnableIf< !internal::IsSame< U, GTEST_REFERENCE_TO_CONST_(U)>::value >::type *=NULL)
 
virtual ~MatcherBase ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Matcher() [1/4]

testing::Matcher< const std::string & >::Matcher ( )
inline

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

389{}

◆ Matcher() [2/4]

testing::Matcher< const std::string & >::Matcher ( const MatcherInterface< const std::string & > * impl)
inlineexplicit

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

392 : internal::MatcherBase<const std::string&>(impl) {}

◆ Matcher() [3/4]

testing::Matcher< const std::string & >::Matcher ( const std::string & s)

◆ Matcher() [4/4]

testing::Matcher< const std::string & >::Matcher ( const char * s)

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