v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
testing::Matcher< internal::string > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::Matcher< internal::string >:
Inheritance graph
[legend]
Collaboration diagram for testing::Matcher< internal::string >:
Collaboration graph
[legend]

Public Member Functions

 Matcher ()
 
 Matcher (const MatcherInterface< internal::string > *impl)
 
 Matcher (const internal::string &s)
 
 Matcher (const char *s)
 
bool MatchAndExplain (internal::string x, MatchResultListener *listener) const
 
bool Matches (internal::string x) const
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 
void ExplainMatchResultTo (internal::string x,::std::ostream *os) const
 
const MatcherDescriberInterfaceGetDescriber () const
 

Detailed Description

template<>
class testing::Matcher< internal::string >

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

Constructor & Destructor Documentation

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

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

References GTEST_API_.

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

Member Function Documentation

bool testing::internal::MatcherBase< internal::string >::MatchAndExplain ( internal::string  x,
MatchResultListener listener 
) const
inlineinherited

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

bool testing::internal::MatcherBase< internal::string >::Matches ( internal::string  x) const
inlineinherited

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

void testing::internal::MatcherBase< internal::string >::DescribeTo ( ::std::ostream *  os) const
inlineinherited

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

void testing::internal::MatcherBase< internal::string >::DescribeNegationTo ( ::std::ostream *  os) const
inlineinherited

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

void testing::internal::MatcherBase< internal::string >::ExplainMatchResultTo ( internal::string  x,
::std::ostream *  os 
) const
inlineinherited

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

const MatcherDescriberInterface* testing::internal::MatcherBase< internal::string >::GetDescriber ( ) const
inlineinherited

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


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