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

#include <gmock-matchers.h>

Public Member Functions

 MatchesRegexMatcher (const RE *regex, bool full_match)
 
template<typename CharType >
bool MatchAndExplain (CharType *s, MatchResultListener *listener) const
 
template<class MatcheeStringType >
bool MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 

Detailed Description

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

Constructor & Destructor Documentation

testing::internal::MatchesRegexMatcher::MatchesRegexMatcher ( const RE regex,
bool  full_match 
)
inline

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

Member Function Documentation

template<typename CharType >
bool testing::internal::MatchesRegexMatcher::MatchAndExplain ( CharType *  s,
MatchResultListener listener 
) const
inline

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

template<class MatcheeStringType >
bool testing::internal::MatchesRegexMatcher::MatchAndExplain ( const MatcheeStringType &  s,
MatchResultListener  
) const
inline

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

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

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

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

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

References GTEST_DISALLOW_ASSIGN_.


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