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

 StrEqualityMatcher (const StringType &str, bool expect_eq, bool case_sensitive)
 
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

void DescribeToHelper (bool expect_eq,::std::ostream *os) const
 
 GTEST_DISALLOW_ASSIGN_ (StrEqualityMatcher)
 

Private Attributes

const bool case_sensitive_
 
const bool expect_eq_
 
const StringType string_
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename StringType >
testing::internal::StrEqualityMatcher< StringType >::StrEqualityMatcher ( const StringType &  str,
bool  expect_eq,
bool  case_sensitive 
)
inline

Member Function Documentation

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

Member Data Documentation

template<typename StringType >
const bool testing::internal::StrEqualityMatcher< StringType >::case_sensitive_
private
template<typename StringType >
const bool testing::internal::StrEqualityMatcher< StringType >::expect_eq_
private
template<typename StringType >
const StringType testing::internal::StrEqualityMatcher< StringType >::string_
private

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