v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
testing::internal::WhenDynamicCastToMatcher< To > Class Template Reference

#include <gmock-matchers.h>

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

Public Member Functions

 WhenDynamicCastToMatcher (const Matcher< To > &matcher)
 
template<typename From >
bool MatchAndExplain (From from, MatchResultListener *listener) const
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 

Static Protected Member Functions

static string GetToName ()
 

Protected Attributes

const Matcher< To > matcher_
 

Detailed Description

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

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

Constructor & Destructor Documentation

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

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

Member Function Documentation

template<typename To >
template<typename From >
bool testing::internal::WhenDynamicCastToMatcher< To >::MatchAndExplain ( From  from,
MatchResultListener listener 
) const
inline

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

References testing::internal::MatchPrintAndExplain().

Here is the call graph for this function:

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

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

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

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

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

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

Member Data Documentation

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

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


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