Monero
Loading...
Searching...
No Matches
testing::internal::WhenDynamicCastToMatcherBase< To > Class Template Reference

#include <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)

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>
void testing::internal::WhenDynamicCastToMatcherBase< To >::GetCastTypeDescription ( ::std::ostream * os)
inlinestaticprivate

◆ GetToName()

template<typename To>
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: