Monero
Public Member Functions | Static Protected Member Functions | Protected Attributes | Private Member Functions | Static Private Member Functions | List of all members
testing::internal::WhenDynamicCastToMatcherBase< To > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::WhenDynamicCastToMatcherBase< To >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::WhenDynamicCastToMatcherBase< To >:
Collaboration graph
[legend]

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)
 

Constructor & Destructor Documentation

◆ WhenDynamicCastToMatcherBase()

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

Member Function Documentation

◆ DescribeNegationTo()

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

◆ DescribeTo()

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

◆ GetCastTypeDescription()

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

◆ GetToName()

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

◆ GTEST_DISALLOW_ASSIGN_()

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

Member Data Documentation

◆ matcher_

template<typename To>
const Matcher<To> testing::internal::WhenDynamicCastToMatcherBase< To >::matcher_
protected

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