v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Protected Types | Protected Member Functions | Static Protected Member Functions | List of all members
testing::internal::UnorderedElementsAreMatcherImplBase Class Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::UnorderedElementsAreMatcherImplBase:
Inheritance graph
[legend]

Protected Types

typedef ::std::vector< const MatcherDescriberInterface * > MatcherDescriberVec
 

Protected Member Functions

void DescribeToImpl (::std::ostream *os) const
 
void DescribeNegationToImpl (::std::ostream *os) const
 
bool VerifyAllElementsAndMatchersAreMatched (const ::std::vector< string > &element_printouts, const MatchMatrix &matrix, MatchResultListener *listener) const
 
MatcherDescriberVecmatcher_describers ()
 

Static Protected Member Functions

static Message Elements (size_t n)
 

Detailed Description

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

Member Typedef Documentation

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

Member Function Documentation

void testing::internal::UnorderedElementsAreMatcherImplBase::DescribeToImpl ( ::std::ostream *  os) const
protected
void testing::internal::UnorderedElementsAreMatcherImplBase::DescribeNegationToImpl ( ::std::ostream *  os) const
protected
bool testing::internal::UnorderedElementsAreMatcherImplBase::VerifyAllElementsAndMatchersAreMatched ( const ::std::vector< string > &  element_printouts,
const MatchMatrix matrix,
MatchResultListener listener 
) const
protected
MatcherDescriberVec& testing::internal::UnorderedElementsAreMatcherImplBase::matcher_describers ( )
inlineprotected

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

static Message testing::internal::UnorderedElementsAreMatcherImplBase::Elements ( size_t  n)
inlinestaticprotected

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

References GTEST_DISALLOW_ASSIGN_.


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