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

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

+ Inheritance diagram for testing::internal::WhenDynamicCastToMatcherBase< To >:
+ Collaboration diagram for testing::internal::WhenDynamicCastToMatcherBase< To >:

Public Member Functions

 WhenDynamicCastToMatcherBase (const Matcher< To > &matcher)
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 

Static Protected Member Functions

static string GetToName ()
 

Protected Attributes

const Matcher< Tomatcher_
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (WhenDynamicCastToMatcherBase)
 

Static Private Member Functions

static void GetCastTypeDescription (::std::ostream *os)
 

Detailed Description

template<typename To>
class testing::internal::WhenDynamicCastToMatcherBase< To >

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

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

Constructor & Destructor Documentation

template<typename To>
testing::internal::WhenDynamicCastToMatcherBase< To >::WhenDynamicCastToMatcherBase ( const Matcher< To > &  matcher)
inlineexplicit

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

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

Member Function Documentation

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

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

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

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

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

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

template<typename To>
static void testing::internal::WhenDynamicCastToMatcherBase< To >::GetCastTypeDescription ( ::std::ostream *  os)
inlinestaticprivate

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

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

Referenced by testing::internal::WhenDynamicCastToMatcherBase< To & >::DescribeNegationTo(), and testing::internal::WhenDynamicCastToMatcherBase< To & >::DescribeTo().

+ Here is the caller graph for this function:

template<typename To>
static string testing::internal::WhenDynamicCastToMatcherBase< To >::GetToName ( )
inlinestaticprotected

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

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

Referenced by testing::internal::WhenDynamicCastToMatcherBase< To & >::GetCastTypeDescription().

+ Here is the caller graph for this function:

template<typename To>
testing::internal::WhenDynamicCastToMatcherBase< To >::GTEST_DISALLOW_ASSIGN_ ( WhenDynamicCastToMatcherBase< To )
private

Member Data Documentation


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