Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::MatchesRegexMatcher Class Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-matchers.h>

Public Member Functions

 MatchesRegexMatcher (const RE *regex, bool full_match)
 
void DescribeNegationTo (::std::ostream *os) const
 
void DescribeTo (::std::ostream *os) const
 
bool MatchAndExplain (const char *s, MatchResultListener *listener) const
 
bool MatchAndExplain (const internal::string &s, MatchResultListener *) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (MatchesRegexMatcher)
 

Private Attributes

const bool full_match_
 
const internal::linked_ptr< const REregex_
 

Constructor & Destructor Documentation

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

Member Function Documentation

void testing::internal::MatchesRegexMatcher::DescribeNegationTo ( ::std::ostream *  os) const
inline
void testing::internal::MatchesRegexMatcher::DescribeTo ( ::std::ostream *  os) const
inline
testing::internal::MatchesRegexMatcher::GTEST_DISALLOW_ASSIGN_ ( MatchesRegexMatcher  )
private
bool testing::internal::MatchesRegexMatcher::MatchAndExplain ( const char *  s,
MatchResultListener listener 
) const
inline
bool testing::internal::MatchesRegexMatcher::MatchAndExplain ( const internal::string s,
MatchResultListener  
) const
inline

Member Data Documentation

const bool testing::internal::MatchesRegexMatcher::full_match_
private
const internal::linked_ptr<const RE> testing::internal::MatchesRegexMatcher::regex_
private

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