Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::StartsWithMatcher< StringType > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>

Public Member Functions

 StartsWithMatcher (const StringType &prefix)
 
template<typename CharType >
bool MatchAndExplain (CharType *s, MatchResultListener *listener) const
 
template<typename MatcheeStringType >
bool MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (StartsWithMatcher)
 

Private Attributes

const StringType prefix_
 

Detailed Description

template<typename StringType>
class testing::internal::StartsWithMatcher< StringType >

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

View newest version in sPHENIX GitHub at line 1234 of file gmock-matchers.h

Constructor & Destructor Documentation

template<typename StringType >
testing::internal::StartsWithMatcher< StringType >::StartsWithMatcher ( const StringType &  prefix)
inlineexplicit

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

View newest version in sPHENIX GitHub at line 1236 of file gmock-matchers.h

Member Function Documentation

template<typename StringType >
void testing::internal::StartsWithMatcher< StringType >::DescribeNegationTo ( ::std::ostream *  os) const
inline

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

View newest version in sPHENIX GitHub at line 1266 of file gmock-matchers.h

References testing::internal::StartsWithMatcher< StringType >::prefix_, and testing::internal::UniversalPrint().

+ Here is the call graph for this function:

template<typename StringType >
void testing::internal::StartsWithMatcher< StringType >::DescribeTo ( ::std::ostream *  os) const
inline

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

View newest version in sPHENIX GitHub at line 1261 of file gmock-matchers.h

References testing::internal::StartsWithMatcher< StringType >::prefix_, and testing::internal::UniversalPrint().

+ Here is the call graph for this function:

template<typename StringType >
testing::internal::StartsWithMatcher< StringType >::GTEST_DISALLOW_ASSIGN_ ( StartsWithMatcher< StringType >  )
private
template<typename StringType >
template<typename CharType >
bool testing::internal::StartsWithMatcher< StringType >::MatchAndExplain ( CharType *  s,
MatchResultListener listener 
) const
inline

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

View newest version in sPHENIX GitHub at line 1245 of file gmock-matchers.h

template<typename StringType >
template<typename MatcheeStringType >
bool testing::internal::StartsWithMatcher< StringType >::MatchAndExplain ( const MatcheeStringType &  s,
MatchResultListener  
) const
inline

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

View newest version in sPHENIX GitHub at line 1254 of file gmock-matchers.h

References testing::internal::StartsWithMatcher< StringType >::prefix_.

Member Data Documentation

template<typename StringType >
const StringType testing::internal::StartsWithMatcher< StringType >::prefix_
private

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