Orxonox  0.0.5 Codename: Arcturus
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::EndsWithMatcher< 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

 EndsWithMatcher (const StringType &suffix)
 
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_ (EndsWithMatcher)
 

Private Attributes

const StringType suffix_
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename StringType >
testing::internal::EndsWithMatcher< StringType >::EndsWithMatcher ( const StringType &  suffix)
inlineexplicit

Member Function Documentation

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

Member Data Documentation

template<typename StringType >
const StringType testing::internal::EndsWithMatcher< StringType >::suffix_
private

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