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::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< To > matcher_
 

Detailed Description

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

Definition 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.

Member Function Documentation

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

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

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

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

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

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

Member Data Documentation

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

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


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