Orxonox  0.0.5 Codename: Arcturus
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::HasSubstrMatcher< StringType > Class Template Reference

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

Public Types

typedef StringType::const_pointer ConstCharPointer
 

Public Member Functions

 HasSubstrMatcher (const StringType &substring)
 
void DescribeNegationTo (::std::ostream *os) const
 
void DescribeTo (::std::ostream *os) const
 
bool MatchAndExplain (ConstCharPointer s, MatchResultListener *listener) const
 
bool MatchAndExplain (const StringType &s, MatchResultListener *) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (HasSubstrMatcher)
 

Private Attributes

const StringType substring_
 

Member Typedef Documentation

template<typename StringType >
typedef StringType::const_pointer testing::internal::HasSubstrMatcher< StringType >::ConstCharPointer

Constructor & Destructor Documentation

template<typename StringType >
testing::internal::HasSubstrMatcher< StringType >::HasSubstrMatcher ( const StringType &  substring)
inlineexplicit

Member Function Documentation

template<typename StringType >
void testing::internal::HasSubstrMatcher< StringType >::DescribeNegationTo ( ::std::ostream *  os) const
inline
template<typename StringType >
void testing::internal::HasSubstrMatcher< StringType >::DescribeTo ( ::std::ostream *  os) const
inline
template<typename StringType >
testing::internal::HasSubstrMatcher< StringType >::GTEST_DISALLOW_ASSIGN_ ( HasSubstrMatcher< StringType >  )
private
template<typename StringType >
bool testing::internal::HasSubstrMatcher< StringType >::MatchAndExplain ( ConstCharPointer  s,
MatchResultListener listener 
) const
inline
template<typename StringType >
bool testing::internal::HasSubstrMatcher< StringType >::MatchAndExplain ( const StringType &  s,
MatchResultListener  
) const
inline

Member Data Documentation

template<typename StringType >
const StringType testing::internal::HasSubstrMatcher< StringType >::substring_
private

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